/* Roboto Font - Self-hosted per migliorare cache policy */
/* Font caricati localmente per controllo completo sulla cache */
/* Fallback: Se i font non sono disponibili, il browser userà Arial (definito in font-family) */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./roboto/roboto-v300-latin-regular.woff2') format('woff2');
  /* Fallback silenzioso: se il font non esiste, usa il fallback della font-family */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./roboto/roboto-v400-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./roboto/roboto-v500-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./roboto/roboto-v600-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./roboto/roboto-v700-latin-regular.woff2') format('woff2');
}
