/* ============================================================
   La Cartoleria — Tipografia
   Brand: Gotham Rounded Medium (titoli) + Gotham Book (testo).
   Gotham è un font commerciale (Hoefler&Co): se hai la licenza,
   carica i .woff2 in assets/fonts/ e decommenta i blocchi @font-face.
   In assenza di licenza usiamo Montserrat (Google Fonts), geometrico
   e molto vicino a Gotham, come fallback gratuito.
   ============================================================ */

/* --- Fallback gratuito: Montserrat --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/* --- Gotham reale (decommenta se hai i file con licenza) ---
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/GothamRounded-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/GothamRounded-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*/
