/* Roboto — self-hosted variable font (wght axis), normal + italic */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url('./Roboto-VariableFont_wdth,wght.ttf') format('truetype-variations');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-display: swap;
    font-weight: 100 900;
    src: url('./Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
}