/* =============================================================================
   Font Declarations
   Must be loaded from public/ to access /assets/ paths correctly
   ============================================================================= */

@font-face {
  font-family: "Prompt";
  src: url("/assets/fonts/Prompt/Prompt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Prompt";
  src: url("/assets/fonts/Prompt/Prompt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dimbo";
  src: url("/assets/fonts/dimbo/dimbo-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenDyslexic";
  src: url("/assets/fonts/OpenDyslexic/OpenDyslexic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

