/* ══════════════════════════════════════════════════════════════
   LOCAL FONTS — ECHOPARK Theme
   All font files live in assets/fonts/
   ══════════════════════════════════════════════════════════════ */

/* ── Inter Variable (100–900, normal + oblique) ────────────── */
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter-Variable.ttf')  format('truetype'),
    url('../fonts/Inter-Variable.otf')  format('opentype');
  font-weight: 100 900;
  font-style: normal oblique -10deg 0deg;
  font-display: swap;
}

/* ── Helvetica Neue — Regular ──────────────────────────────── */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica.ttc') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ── Helvetica Neue — Bold ─────────────────────────────────── */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica.ttc') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── Minion Pro — Regular ──────────────────────────────────── */
@font-face {
  font-family: 'Minion Pro';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
