@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-thin-webfont.woff2') format('woff2'),
            url('roboto-thin-webfont.woff') format('woff'),
            url('roboto-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-light-webfont.woff2') format('woff2'),
            url('roboto-light-webfont.woff') format('woff'),
            url('roboto-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-regular-webfont.woff2') format('woff2'),
            url('roboto-regular-webfont.woff') format('woff'),
            url('roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-medium-webfont.woff2') format('woff2'),
            url('roboto-medium-webfont.woff') format('woff'),
            url('roboto-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-bold-webfont.woff2') format('woff2'),
            url('roboto-bold-webfont.woff') format('woff'),
            url('roboto-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-black-webfont.woff2') format('woff2'),
            url('roboto-black-webfont.woff') format('woff'),
            url('roboto-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-thinitalic-webfont.woff2') format('woff2'),
            url('roboto-thinitalic-webfont.woff') format('woff'),
            url('roboto-thinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-lightitalic-webfont.woff2') format('woff2'),
            url('roboto-lightitalic-webfont.woff') format('woff'),
            url('roboto-lightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-italic-webfont.woff2') format('woff2'),
            url('roboto-italic-webfont.woff') format('woff'),
            url('roboto-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-mediumitalic-webfont.woff2') format('woff2'),
            url('roboto-mediumitalic-webfont.woff') format('woff'),
            url('roboto-mediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-bolditalic-webfont.woff2') format('woff2'),
            url('roboto-bolditalic-webfont.woff') format('woff'),
            url('roboto-bolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:
            local('Roboto'),
            url('roboto-blackitalic-webfont.woff2') format('woff2'),
            url('roboto-blackitalic-webfont.woff') format('woff'),
            url('roboto-blackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}