
/* Regular */
@font-face {
  font-family: 'NotoSansSymbols2';
  src: url('/fonts/NotoSansSymbols2-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold (opzionale) */
@font-face {
  font-family: 'NotoSansSymbols2';
  src: url('/fonts/NotoSansSymbols2-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
