/*
  Local fonts (no Google Fonts requests)

  Runtime policy:
  - No hardcoded webfont URL requests from this file.
  - This avoids noisy 404s on environments where font files are not deployed.
  - UI falls back to local/system fonts via the existing font stacks.
*/

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: local("Inter");
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: local("Manrope");
}

@font-face {
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: local("Space Grotesk");
}
