/* Tipografia Fazan.
   Tre famiglie, tutte SIL Open Font License, servite da questo repo e mai da
   CDN esterna. Sottoinsieme "latin": copre italiano e inglese, accentate
   maiuscole comprese, quindi CUVEE PRESTIGE si compone con la sua E accentata
   invece che con un accento appiccicato sopra come nel catalogo di stampa.
   Le licenze stanno in ../font/licenze/.

   Nessuno dei font del catalogo (Minerva Modern, Cantiga, Acumin) finisce qui:
   le loro licenze non coprono l'uso come webfont. La stampa continua con i
   suoi, il web ha i propri. */

/* Display: nomi dei vini, titoli. Al posto di Minerva Modern.
   Capitale romana incisa: va usata maiuscola e molto spaziata. */
@font-face {
  font-family: 'Cinzel';
  src: url('../font/cinzel-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url('../font/cinzel-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Testo corrente. Al posto di Cantiga.
   Serif disegnata per lo schermo, dove le Garamond storiche si assottigliano. */
@font-face {
  font-family: 'Spectral';
  src: url('../font/spectral-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../font/spectral-400-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../font/spectral-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Testo sulle fotografie. Al posto di Acumin Variable Concept. */
@font-face {
  font-family: 'Barlow';
  src: url('../font/barlow-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../font/barlow-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Etichette dei campi nelle schede prodotto: maiuscolo, allineate a destra.
   E' l'unica famiglia del catalogo che resta, perche' era gia' libera. */
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../font/barlow-condensed-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --f-display: 'Cinzel', 'Times New Roman', serif;
  --f-testo:   'Spectral', Georgia, serif;
  --f-sans:    'Barlow', -apple-system, 'Helvetica Neue', sans-serif;
  --f-dati:    'Barlow Condensed', 'Arial Narrow', sans-serif;

  --nero:   #231F20;
  --bianco: #FFFFFF;
}
