/* Roboto — locally hosted (latin + latin-ext, weights 300/400/700/900) */

@font-face {
    font-display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('./roboto-v30-latin_latin-ext-300.woff2') format('woff2'),
         url('./roboto-v30-latin_latin-ext-300.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('./roboto-v30-latin_latin-ext-300italic.woff2') format('woff2'),
         url('./roboto-v30-latin_latin-ext-300italic.ttf') format('truetype');
}

@font-face {
    font-display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('./roboto-v30-latin_latin-ext-regular.woff2') format('woff2'),
         url('./roboto-v30-latin_latin-ext-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('./roboto-v30-latin_latin-ext-italic.woff2') format('woff2'),
         url('./roboto-v30-latin_latin-ext-italic.ttf') format('truetype');
}

@font-face {
    font-display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('./roboto-v30-latin_latin-ext-700.woff2') format('woff2'),
         url('./roboto-v30-latin_latin-ext-700.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('./roboto-v30-latin_latin-ext-700italic.woff2') format('woff2'),
         url('./roboto-v30-latin_latin-ext-700italic.ttf') format('truetype');
}

@font-face {
    font-display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('./roboto-v30-latin_latin-ext-900.woff2') format('woff2'),
         url('./roboto-v30-latin_latin-ext-900.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('./roboto-v30-latin_latin-ext-900italic.woff2') format('woff2'),
         url('./roboto-v30-latin_latin-ext-900italic.ttf') format('truetype');
}
