/* ============================================================
   TOKENS — origen único del design system Calu Wonder.
   Los COLORES definidos aquí son fallback: el tema imprime
   :root{--ink:...} en <head> leyendo la ACF Options Page
   "Colores del sitio", que tiene prioridad sobre este archivo.
   Espejar estos valores como Global Colors en Elementor Site Settings.
   ============================================================ */
:root{
  --font-display:"warbler-deck","Playfair Display",serif;
  --font-body:"Poppins",sans-serif;
  --font-hero-pre:"Zalando Sans Expanded",sans-serif;
  --font-hero-emphasis:"Charlotte Southern",cursive;

  --ink:#000000;
  --paper:#FFFFFF;
  --lavanda:#F7F3FF;
  --petroleo:#153F4E;
  --gris:#F3F2F0;
  --noche:#0D1829;
  --glass:rgba(255,255,255,.47);

  --radius-card:16px;
  --radius-btn:30px;

  /* DECISIÓN: 0.35s en vez de 1s. 1s se percibe como lag, no como elegancia. */
  --speed:.35s;
  --ease:cubic-bezier(.25,.6,.3,1);
}

/* Fuente auto-hospedada — exclusiva del énfasis del H1 del hero ("Wonder Era") */
@font-face{
  font-family:"Charlotte Southern";
  src:url("../fonts/Charlotte_Southern.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
