/* ═══════════════════════════════════════════════════════════════
   Pimpire · self-hosted fonts (no third-party CDN)
   Loaded first on every page so text never falls back on mobile.
   ═══════════════════════════════════════════════════════════════ */

/* Neon script — Pimpire wordmark */
@font-face {
  font-family: 'Rage Italic';
  src: url('fonts/RAGE.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* GTA-style display face — titles / countdown / buttons */
@font-face {
  font-family: 'Pricedown';
  src: url('fonts/pricedown.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Body — Poppins */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
