:root{
  /* Fonts */
  --iead-font-body: "Lora", ui-serif, Georgia, serif;
  --iead-font-ui: "Barlow", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --iead-font-display: "Bebas Neue", "Barlow Condensed", "Barlow", ui-sans-serif, system-ui, sans-serif;
  --iead-font-condensed: "Barlow Condensed", "Barlow", ui-sans-serif, system-ui, sans-serif;

  /* Light-first colors (roles, no “colores sueltos”) */
  --iead-bg: #ffffff;
  --iead-surface: #ffffff;
  --iead-surface-soft: #f5f6f8;
  --iead-text: #0f172a;      /* slate-900 */
  --iead-muted: #475569;     /* slate-600 */
  --iead-border: #e5e7eb;    /* gray-200 */

  /* Brand / actions */
  --iead-primary: #d6b05a;   /* dorado suave (según tu captura) */
  --iead-primary-ink: #1a1a1a;
  --iead-wa: #22c55e;        /* WhatsApp */

  /* Dark hero */
  --iead-hero-bg: #0b0f14;
  --iead-hero-ink: #ffffff;
  --iead-hero-muted: rgba(255,255,255,.82);
  --iead-hero-border: rgba(255,255,255,.16);

  /* Radius */
  --iead-r-sm: 10px;
  --iead-r-md: 14px;
  --iead-r-lg: 18px;
  --iead-r-pill: 999px;

  /* Shadows (suaves) */
  --iead-sh-1: 0 10px 26px rgba(15, 23, 42, .08);
  --iead-sh-2: 0 18px 40px rgba(15, 23, 42, .14);

  /* Spacing scale */
  --iead-s1: 4px;
  --iead-s2: 8px;
  --iead-s3: 12px;
  --iead-s4: 16px;
  --iead-s5: 22px;
  --iead-s6: 28px;
  --iead-s7: 36px;
  --iead-s8: 48px;

  /* Container */
  --iead-container: 1120px;
}