/* Self-hosted fonts — no Google Fonts, no external requests (DSGVO). */
@font-face {
  font-family: 'Special Elite';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/public/fonts/special-elite.woff2') format('woff2');
}
@font-face {
  font-family: 'Anton';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/public/fonts/anton.woff2') format('woff2');
}
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/public/fonts/permanent-marker.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal; font-weight: 400 600; font-display: swap;
  src: url('/public/fonts/source-code-pro.woff2') format('woff2');
}
