/*
 * Local Fonts
 * Font: Rubik
 * Caricamento locale per evitare richieste a fonts.googleapis.com
 */


/* Rubik 300 - Light */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/rubik-v31-latin-300.woff2') format('woff2');
}


/* Rubik 400 - Regular */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/rubik-v31-latin-regular.woff2') format('woff2');
}


/* Rubik 600 - SemiBold */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/rubik-v31-latin-600.woff2') format('woff2');
}