@font-face {
  font-family: Moranga;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/fonts/deploy/Moranga-Regular.woff2?__frsh_c=87b7607dd9a5af5900c25a7246d36b3fbbd57cff") format("woff2");
}

@font-face {
  font-family: Moranga;
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("/fonts/deploy/Moranga-Medium.woff2?__frsh_c=87b7607dd9a5af5900c25a7246d36b3fbbd57cff") format("woff2");
}

@font-face {
  font-family: Recursive;
  font-style: normal;
  font-weight: 300 1000;
  font-display: swap;
  src: url("/fonts/deploy/Recursive_Variable.woff2?__frsh_c=87b7607dd9a5af5900c25a7246d36b3fbbd57cff") format("woff2");
}

html,
body {
  font-variation-settings: "MONO" 0, "CASL" 0, "CRSV" 0, "slnt" 0;
}

i, em, .italic {
  font-variation-settings: "slnt" -8, "CRSV" 1, "CASL" 1, "MONO" 0;
  font-style: normal !important;
}

pre, code, .font-mono {
  font-variation-settings: "MONO" 1, "CASL" 0, "CRSV" 0, "slnt" 0;
}

:root {
  /* Font Configuration */
  --font-deploy-sans:
    "Recursive", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-serif: Moranga, "Georgia Pro", Georgia, serif;
  --font-mono: "Recursive";
}
