/* ============================================================
   Runit — Webfonts (optimized: subset + WOFF2)
   Primary display: adineue PRO KZ (Light)  — headlines, hero, numerals
   Secondary UI:    SF Pro                   — body (served natively via the
                                               system stack: -apple-system on
                                               Apple devices IS SF Pro; no
                                               webfont shipped — saves ~16 MB)
   Support sans:    Core Sans A              — dense UI / captions / data
   ============================================================ */

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

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