/* Self-hosted fonts (latin subset) — replaces the Google Fonts CDN link.
   Same families/weights the landing used before: Bebas Neue 400, DM Sans 300–500,
   DM Mono 400/500. DM Sans is a variable file covering the whole weight range. */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(bebas-neue-400.woff2) format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url(dm-sans.woff2) format('woff2');
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(dm-mono-400.woff2) format('woff2');
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(dm-mono-500.woff2) format('woff2');
}
