@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* Define weight range for variable font */
    font-stretch: 75% 125%; /* Optional: for variable width */
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* Define weight range for variable font */
    font-stretch: 75% 125%; /* Optional: for variable width */
    font-style: italic;
}
