/* ===== Dojo Invicto · Design Tokens · Kit de Supervivencia (funnel low-ticket) ===== */
/* Branding real reciclado del chasis de junio (dojo-invicto-junio). Fuentes self-hosted (NO Google Fonts). */

@font-face {
  font-family: 'Fugaz One';
  src: url('/shared/fonts/FugazOne-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('/shared/fonts/Geist-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('/shared/fonts/Geist-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('/shared/fonts/Geist-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('/shared/fonts/Geist-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('/shared/fonts/Geist-800.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}

:root {
  /* Superficies */
  --bg-base: #14171F;
  --bg-deep: #080C12;
  --bg-card: #1F222E;
  --bg-card-2: #23273a;
  --border: #2A2E3D;

  /* Texto */
  --text: #A3A7C2;
  --text-strong: #FFFFFF;
  --text-muted: #7C82A0;

  /* Marca */
  --accent: #FE5E22;        /* CTA naranja */
  --accent-hover: #E04C12;
  --gold: #FFE735;          /* highlight / medallas / social proof */
  --green: #25D366;
  --green-hover: #1EB855;

  /* Tipografía */
  --font-display: 'Fugaz One', Impact, sans-serif;
  --font-body: 'Geist', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Sombras */
  --shadow-cta: 0 8px 24px rgba(254,94,34,.35), 0 0 40px rgba(254,94,34,.12);
  --shadow-card: 0 10px 40px rgba(0,0,0,.35), 0 0 20px rgba(254,94,34,.04);

  /* Layout */
  --content: 760px;
  --radius: 16px;
}
