/* ═══ SELF-HOSTED FONTS ═══ */
/* Local woff2 files — works everywhere, including Discord Activity iframes */
/* where fonts.googleapis.com / fonts.gstatic.com are blocked by CSP */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('orbitron-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('inter-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('rajdhani-latin.woff2') format('woff2');
}
