/* ═══════════════════════════════════════════════════════════════
   T.Com ICT — Font self-hosted (nessuna richiesta a Google)
   File: css/fonts.css

   I file .woff2 vanno scaricati e messi nella cartella /fonts/
   Istruzioni: vedi README-FONTS.txt nella cartella /fonts/
═══════════════════════════════════════════════════════════════ */

/* ── Playfair Display — Regular 400 ── */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/playfair-display-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+0300-036F,
                 U+0370-0377, U+037A-037E, U+0384-038A,
                 U+038C, U+038E-03A1, U+03A3-03FF;
}

/* ── Playfair Display — SemiBold 600 ── */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/playfair-display-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+0300-036F,
                 U+0370-0377, U+037A-037E, U+0384-038A,
                 U+038C, U+038E-03A1, U+03A3-03FF;
}

/* ── Playfair Display — Bold 700 ── */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/playfair-display-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+0300-036F,
                 U+0370-0377, U+037A-037E, U+0384-038A,
                 U+038C, U+038E-03A1, U+03A3-03FF;
}

/* ── DM Sans — Light 300 ── */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/dm-sans-300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+0300-036F,
                 U+0370-0377, U+037A-037E, U+0384-038A,
                 U+038C, U+038E-03A1, U+03A3-03FF;
}

/* ── DM Sans — Regular 400 ── */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dm-sans-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+0300-036F,
                 U+0370-0377, U+037A-037E, U+0384-038A,
                 U+038C, U+038E-03A1, U+03A3-03FF;
}

/* ── Manrope — SemiBold 600 (logo) ── */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/manrope-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+0300-036F;
}

/* ── Manrope — Bold 700 (logo) ── */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/manrope-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+0300-036F;
}

/* ── Manrope — ExtraBold 800 (logo) ── */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/manrope-800.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+0300-036F;
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/dm-sans-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
                 U+02C6, U+02DA, U+02DC, U+0300-036F,
                 U+0370-0377, U+037A-037E, U+0384-038A,
                 U+038C, U+038E-03A1, U+03A3-03FF;
}
