/* Site-local @font-face — mirrors brand/fonts.css with relative URLs
 * (the staged brand/fonts.css uses the product's /fonts/ convention).
 * brand/ stays the source of truth for the product handoff. */

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

@font-face {
    font-family: 'Inter Variable';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/InterVariable-Italic.v20260721.woff2') format('woff2');
}

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

@font-face {
    font-family: Literata;
    font-style: italic;
    font-weight: 200 900;
    font-display: swap;
    src: url('../fonts/Literata-Variable-Italic.v20260721.woff2') format('woff2');
}

@font-face {
    font-family: 'Google Sans Code';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('../fonts/GoogleSansCode-Variable.v20260721.woff2') format('woff2');
}
