@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    src:
        local('Roboto Light'),
        local('Roboto-300'),
        url('fonts/roboto-v30-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src:
        local('Roboto'),
        local('Roboto-regular'),
        url('fonts/roboto-v30-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    src:
        local('Roboto Medium'),
        local('Roboto-500'),
        url('fonts/roboto-v30-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-500.woff2') format('woff2');
}