/* For Regular (Non-Italic) Roboto Variable Font */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* Adjust the range of weights if necessary */
    font-style: normal;
    font-display: swap; /* Helps with font loading performance */
}

/* For Italic Roboto Variable Font */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* Adjust the range of weights if necessary */
    font-style: italic; /* Italic style */
    font-display: swap; /* Helps with font loading performance */
}
