/* ------------------------------------------------------------------
 * Kadi / Koromia Apps — self-hosted typefaces
 *
 * GENERATED by tools/fetch-fonts.mjs. Do not edit by hand.
 *
 * Space Grotesk   Florian Karsten    SIL Open Font License 1.1
 * Inter           Rasmus Andersson   SIL Open Font License 1.1
 * JetBrains Mono  JetBrains          SIL Open Font License 1.1
 * Lora            Cyreal             SIL Open Font License 1.1
 *
 * One variable file per family, subset to the characters that family renders.
 * JetBrains Mono ships uppercase + digits only (eyebrows, captions, codes).
 * Lora ships rank indices + suits only (card faces). Neither has lowercase —
 * that is intentional, not a packaging error.
 *
 * No unicode-range is declared: these files ARE the coverage we ship, and a
 * range narrower than the file would let the browser skip a face for text it
 * can actually render.
 * ------------------------------------------------------------------ */

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('../fonts/space-grotesk.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/jetbrains-mono.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('../fonts/lora.woff2') format('woff2');
}
