/*
 * JARVIS Custom Fonts
 * Font family personalizzata con tutti i pesi
 */

@font-face {
    font-family: 'JARVIS';
    src: url('../font/Extraleggero.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JARVIS';
    src: url('../font/Sottile.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JARVIS';
    src: url('../font/Leggero.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JARVIS';
    src: url('../font/Regolare.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JARVIS';
    src: url('../font/Medio.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JARVIS';
    src: url('../font/Semigrassetto.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JARVIS';
    src: url('../font/Grassetto.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JARVIS';
    src: url('../font/Extragrassetto.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JARVIS';
    src: url('../font/Nero.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
