/* Lunami Latin Cuisine — design tokens (v1.1.0)
   Source of truth for color + type. Mirrors the brand kit. */
:root{
  /* palette */
  --lun-medianoche:#0D1B3A;   /* primary navy anchor */
  --lun-noche:#1C3A63;        /* section navy */
  --lun-tinta:#00102B;        /* deep near-black navy */
  --lun-brasa:#E2552B;        /* ember accent (brightened v1.6.1) — decorative/text accents */
  --lun-brasa-btn:#C2401C;    /* deeper ember for FILLED buttons w/ white text — WCAG AA 5.2:1 (v1.12.0) */
  --lun-dorado:#ECC24E;       /* brass / gold (brightened v1.6.2 for dark surfaces) */
  --lun-chimichurri:#2E5A3D;  /* herb green */
  --lun-selva:#173833;        /* deep green */
  --lun-hueso:#F7F4EC;        /* bone */
  --lun-carbon:#14110E;       /* char text */
  --lun-muted:#4a463f;        /* body on bone */

  /* type */
  --lun-serif:'Gambarino',Georgia,'Times New Roman',serif;
  --lun-sans:'Switzer',-apple-system,system-ui,'Segoe UI',sans-serif;

  /* layout */
  --lun-maxw:1360px;
  --lun-nav-h:76px;   /* the nav ROW only — keeps the hero's vertical centring exact */
  --lun-bar-h:0px;    /* announcement bar; set by site.js when the bar is shown */
  --lun-header-h:calc(var(--lun-nav-h) + var(--lun-bar-h)); /* whole fixed header stack */
  --lun-radius:14px;
  --lun-radius-sm:9px;
  --lun-radius-ui:10px;      /* rounded-rectangle UI (language switcher etc.) */

  /* heading leading — tight by default; headings are display type, not copy */
  --lun-lead-display:.94;
  --lun-lead-head:1.0;
}
