/* Self-hosted fonts.
   Bricolage Grotesque — display: warm, slightly irregular grotesque.
   Atkinson Hyperlegible — body: designed by the Braille Institute for
   legibility; the accessibility mission, set in type.
   Space Mono — utility: route labels, stops, and data. */

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("bricolage-grotesque-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("bricolage-grotesque-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("bricolage-grotesque-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal; font-weight: 800; font-display: swap;
  src: url("bricolage-grotesque-latin-800-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("atkinson-hyperlegible-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("atkinson-hyperlegible-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("space-mono-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Space Mono";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("space-mono-latin-700-normal.woff2") format("woff2");
}

/* Legacy faces kept for any cached pages still requesting them */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("space-grotesk-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("inter-latin-400-normal.woff2") format("woff2");
}

/* Lexend — designed from reading-fluency research (Shaver-Troup/Jockin):
   low stroke contrast, open apertures, generous spacing. One family,
   one visual voice, across the whole site. */
@font-face {
  font-family: "Lexend";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("lexend-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Lexend";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("lexend-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Lexend";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("lexend-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Lexend";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("lexend-latin-700-normal.woff2") format("woff2");
}
