@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src:
        local('Roboto Regular '),
        local('Roboto-Regular'),
        url(../fonts/roboto-latin-400.woff2) format('woff2'),
        url(../fonts/roboto-latin-400.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src:
        local('Roboto Regular italic'),
        local('Roboto-Regularitalic'),
        url(../fonts/roboto-latin-400italic.woff2) format('woff2'),
        url(../fonts/roboto-latin-400italic.woff) format('woff');
}

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

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 500;
    src:
        local('Roboto Medium italic'),
        local('Roboto-Mediumitalic'),
        url(../fonts/roboto-latin-500italic.woff2) format('woff2'),
        url(../fonts/roboto-latin-500italic.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src:
        local('Roboto Bold '),
        local('Roboto-Bold'),
        url(../fonts/roboto-latin-700.woff2) format('woff2'),
        url(../fonts/roboto-latin-700.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 700;
    src:
        local('Roboto Bold italic'),
        local('Roboto-Bolditalic'),
        url(../fonts/roboto-latin-700italic.woff2) format('woff2'),
        url(../fonts/roboto-latin-700italic.woff) format('woff');
}

