/* ============================================================
   Runit — Webfonts
   Primary display: adineue PRO KZ (Light)  — headlines, hero, numerals
   Secondary UI:    SF Pro (variable)        — body, labels, controls
   Support sans:    Core Sans A              — dense UI / captions / data
   All files ship with the design system (assets/fonts).
   ============================================================ */

@font-face {
  font-family: "adineue PRO KZ";
  src: url("../assets/fonts/adineue-pro-kz-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* SF-Pro.ttf is the variable master — expose the full weight range */
@font-face {
  font-family: "SF Pro";
  src: url("../assets/fonts/SF-Pro.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Core Sans A";
  src: url("../assets/fonts/CoreSansA35Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans A";
  src: url("../assets/fonts/CoreSansA45Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans A";
  src: url("../assets/fonts/CoreSansA55Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans A";
  src: url("../assets/fonts/CoreSansA65Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
