@font-face {
    font-family: 'Roboto';
    src: url('Roboto-VariableFont.woff2') format('woff2'),
		url('Roboto-VariableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Italic-VariableFont.woff2') format('woff2'),
		url('Roboto-Italic-VariableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}