/*
 * assets/css/fonts.css
 *
 * VERSIONE OTTIMIZZATA PER IL NUOVO TEMA PIM.
 * - Carica unicamente il font "Inter", come definito nel design system.
 * - Rimosso "Cormorant Garamond" perché non più utilizzato.
 */

/* --- Inter (Regular & Bold) --- */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v19-latin-regular.woff2') format('woff2');
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: swap; /* Best practice per performance */
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v19-latin-700.woff2') format('woff2');
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap; /* Best practice per performance */
}
