/* Self-hosted (GDPR: no runtime call to Google Fonts) */
@font-face {
  font-family: 'Archivo Black';
  src: url('../assets/fonts/archivo-black-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
body { margin: 0; background: #011935; font-family: 'Inter', sans-serif; color: #E7F6FC; font-kerning: normal; }
a { color: #00CAFF; text-decoration: none; }
a:hover { color: #74ECFF; }
::selection { background: #00CAFF; color: #011935; }
* { box-sizing: border-box; }
