﻿/* Italic styles */
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Specify the range of weights */
    font-style: italic;
}

/* Normal styles */
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Specify the range of weights */
    font-style: normal;
}
