/* ==========================================================================
   ALA International — brand web fonts.

   ONLY @font-face lives here. The design tokens are inlined via
   templates/_brand.html: if this file ever fails to load, the UI must still
   render correctly in the fallback system face rather than collapsing.
   ========================================================================== */

/* ── Gilroy — body / UI ─────────────────────────────────────────────────── */
@font-face {
  font-family: "Gilroy";
  src: url("/static/fonts/gilroy-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/static/fonts/gilroy-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/static/fonts/gilroy-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/static/fonts/gilroy-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ── Halvar Breit — display / headings / figures ────────────────────────── */
@font-face {
  font-family: "Halvar Breit";
  src: url("/static/fonts/halvar-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Halvar Breit";
  src: url("/static/fonts/halvar-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Halvar Breit";
  src: url("/static/fonts/halvar-800.woff2") format("woff2");
  font-weight: 800; font-style: normal; font-display: swap;
}
