/* =========================================================================
   SELF-HOSTED FONTS
   All fonts are loaded from /fonts — no external CDN or API calls.
   ========================================================================= */

/* ---------- Clash Display (Display — weight 600) ---------- */
@font-face {
  font-family: 'Clash Display';
  src: url('/fonts/ClashDisplay_Complete/Fonts/WEB/fonts/ClashDisplay-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ---------- General Sans (Body 400, Label 500) ---------- */
@font-face {
  font-family: 'General Sans';
  src: url('/fonts/GeneralSans_Complete/Fonts/WEB/fonts/GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'General Sans';
  src: url('/fonts/GeneralSans_Complete/Fonts/WEB/fonts/GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ---------- Space Mono (Mono — weight 400) ---------- */
@font-face {
  font-family: 'Space Mono';
  src: url('/fonts/Public_Sans,Space_Mono/Space_Mono/SpaceMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
