/* ── Custom font ─────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Neoncity';
  src: url('../fonts/Neoncity.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ── Shared reset ────────────────────────────────────────────────────────── */
body {
  margin: 0;
  font-family: 'Courier New', monospace;
}
