/*
 * Roboto — self-hosted (Apache-2.0). Replaces the Google Fonts CDN <link> so the auth
 * pages render identically offline / on-prem with no browser -> internet request and no
 * CSP widening (served from 'self'). One combined woff2 per weight covering the
 * cyrillic + latin + latin-ext subsets. See fonts/roboto/LICENSE.txt.
 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/roboto/roboto-v51-cyrillic_latin_latin-ext-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/roboto/roboto-v51-cyrillic_latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/roboto/roboto-v51-cyrillic_latin_latin-ext-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/roboto/roboto-v51-cyrillic_latin_latin-ext-700.woff2') format('woff2');
}
