/* All Nunito Sans weights are handled by the variable font in fonts-core.css */

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

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

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

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