/* ANDANAC official typography stack
   ─────────────────────────────────────────────────────────────────
   Provided by Diseño team (zip "tipos andanac" 2026-05-07).
   Hosted locally to keep the platform fully self-contained.

   Mapping:
     --font-display  : 60sPop-Regular   → big numbers, decade markers, hero accents
     --font-heading  : Conthrax-SemiBold → h1, h2, hero CTAs, brand text
     --font-body     : Inter (Google)    → forms, paragraphs, UI (legibility wins)
     --font-mono     : AndaleMono        → terminals, codes, QR labels
     --font-display-alt : Sooky70s       → optional retro flourish
     --font-display-aero : Aero          → optional vintage flourish
   ───────────────────────────────────────────────────────────────── */

@font-face {
  font-family: '60sPop';
  src: url('60sPop-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Conthrax';
  src: url('Conthrax-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AndaleMono';
  src: url('AndaleMono.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sooky70s';
  src: url('Sooky70s.otf') format('opentype'),
       url('Sooky70s.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aero';
  src: url('Aero.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AndaC1900';
  src: url('1900805.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
