/* Self-hosted variable web fonts — DM Sans (display) + Nunito (body).
   Downloaded from Google Fonts and deduplicated to one variable file per
   style by scripts/selfhost-fonts.py. No external requests at runtime. */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/dm-sans-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/dm-sans-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/nunito-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/nunito-italic.woff2') format('woff2');
}
