@font-face {
    font-family: Roboto;
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("Roboto-Italic-webfont.woff") format("woff");
}

@font-face {
    font-family: Roboto;
    font-weight: 100 200 300 400 500 600;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Roboto-Regular-webfont.woff") format("woff");
}

@font-face {
    font-family: Roboto;
    font-weight: 700 800;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Bold';
    src: url("Roboto-Bold-webfont.woff") format("woff");
}