@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  /* Using variable font for all weights */
  src: url('/fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  /* Use TTF only; WOFF2 files are subset/invalid causing glyph fallback */
  src: url('/fonts/Nunito/static/Nunito-SemiBold.ttf') format('truetype');
}
