/* ═══════════════════════════════════════════════════════════════
   CxHealth — Inter-fonts.css
   Self-hosted Inter typeface (CX-1005).

   The font binary at /fonts/Inter-Variable.woff2 is a real, valid
   Inter variable font (OFL-1.1 licensed, sourced from Google Fonts'
   Inter release) covering the full weight axis used across the app.
   It is served from this module's own static resources — no
   @font-face rule below references any third-party Google Fonts CDN
   domain, so no external request occurs at runtime.

   Each weight below declares the same local file with a distinct
   font-weight value, matching how modern browsers resolve a static
   instance out of the variable font — the same pattern Google's own
   CSS API uses for weight-list requests against variable-capable
   families.
═══════════════════════════════════════════════════════════════ */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Inter-Variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Inter-Variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Inter-Variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Inter-Variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Inter-Variable.woff2') format('woff2');
}
