/* ============================================================
   MHD Detailing — Webfonts
   Body: Inter (self-hosted woff2, bundled).
   Display: Magistral is a premium licensed face and is NOT bundled.
   "Saira" (Google Fonts) is used as the closest free substitute —
   wide, geometric, squared-terminal sans. Swap in real Magistral
   woff2 files here when licensed.
   ============================================================ */

/* --- Display: Orbitron (Google Fonts) --- geometric, futuristic.
   Weights 400–900. Used for all headings. --- */
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap");

/* --- Saira: kept as the secondary display fallback (Magistral stand-in) --- */
@import url("https://fonts.googleapis.com/css2?family=Saira:wght@400;500;600;700&display=swap");

/* --- Body: Inter (self-hosted) --- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./../assets/fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./../assets/fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./../assets/fonts/inter-600.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./../assets/fonts/inter-700.woff2") format("woff2");
}
