@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300 900; /* Assuming the variable font covers a range, e.g., 300 to 700 */
    font-display: swap; /* Best practice for font loading */
    src: url("../fonts/Nunito-VariableFont_wght-XGhisUs.ttf") format('truetype-variations'); /* For modern browsers supporting variable fonts */
}

@font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 300 900; /* Assuming the variable font covers a range, e.g., 300 to 700 */
    font-display: swap; /* Best practice for font loading */
    src: url("../fonts/Nunito-Italic-VariableFont_wght-3_TL2rm.ttf") format('truetype-variations'); /* For modern browsers supporting variable fonts */
}