/**
 * Self-hosted brand fonts.
 * Google Fonts CSS is blocked by CSP style-src 'self'; keep faces local.
 */
@font-face {
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/audiowide-latin.woff2') format('woff2');
}
