/* Material Symbols Outlined — self-hosted (3 instance subsettate)
 * Source: fonts.gstatic.com (woff2, Chrome UA)
 * Sostituisce 3 <link> a fonts.googleapis.com per eliminare dipendenza CDN esterna.
 * Task: quick-260524-om1 (replica di Campus quick-260524-o0c)
 */

/* Instance: opsz 48, weight 400 (icone grandi) */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-symbols-outlined-opsz48-wght400.woff2') format('woff2');
}

/* Instance: opsz 24, weight 300 (icone medie — default UI) */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('material-symbols-outlined-opsz24-wght300.woff2') format('woff2');
}

/* Instance: opsz 24, weight 200 (icone sottili) */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 200;
  font-display: block;
  src: url('material-symbols-outlined-opsz24-wght200.woff2') format('woff2');
}

/* Baseline class — identica a quella servita da fonts.googleapis.com */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}
