/* ============================================================
   PLUS JAKARTA SANS - SELF HOSTED
   I font sono serviti dal TUO server: l'IP dell'utente non viene
   piu trasmesso ai server di Google al caricamento della pagina.
   Bonus: una richiesta di rete in meno = pagina piu veloce.

   Metti i file .woff2 nella cartella  vetrina_homepage/fonts/
   ============================================================ */

/* Peso 400 - Regular */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap; /* mostra subito il testo con un fallback, poi sostituisce */
    src: url('fonts/plus-jakarta-sans-400.woff2') format('woff2');
}

/* Peso 500 - Medium */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/plus-jakarta-sans-500.woff2') format('woff2');
}

/* Peso 600 - SemiBold */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/plus-jakarta-sans-600.woff2') format('woff2');
}

/* Peso 800 - ExtraBold */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('fonts/plus-jakarta-sans-800.woff2') format('woff2');
}
