/**
 * Self-hosted Orbitron/Exo 2 (only the weights this app actually uses),
 * copied from @fontsource's npm packages (see package.json) instead of
 * loading https://fonts.googleapis.com at runtime — same reasoning as
 * css/tailwind-input.css's comment: fonts.googleapis.com/fonts.gstatic.com
 * are common ad-blocker/privacy-DNS targets, and a blocked font request
 * shouldn't leave anything visually broken (Tailwind CDN failing is a
 * separate, worse case — this one, worst case, just falls back to the
 * next font in the stack).
 */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(./orbitron/orbitron-latin-600-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(./orbitron/orbitron-latin-700-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./exo-2/exo-2-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./exo-2/exo-2-latin-500-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(./exo-2/exo-2-latin-600-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(./exo-2/exo-2-latin-700-normal.woff2) format('woff2');
}
