/* Self-hosted fonts (latin subset) - no CDN dependency, CSP stays 'self'.
   Files downloaded from Google Fonts into /fonts. */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/fonts/outfit-800.woff2) format('woff2');
}
@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url(/fonts/saira-400-600.woff2) format('woff2');
}
@font-face {
    font-family: 'Saira Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/saira-condensed-700.woff2) format('woff2');
}
@font-face {
    font-family: 'Saira Condensed';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/fonts/saira-condensed-900.woff2) format('woff2');
}
