/* VERIPHASE design tokens — single source of truth (mirrors mockup/ north-star) */
:root{
  /* surfaces */
  --paper:#F5F8F8; --paper-2:#FFFFFF; --paper-3:#EEF3F3;
  /* ink */
  --ink:#0B1A20; --ink-2:#42555E; --ink-3:#6C7D85;
  /* lines */
  --line:#DCE6E6; --line-2:#C9D6D6;
  /* teal accent */
  --teal:#0C8A80; --teal-deep:#0A6B63; --teal-bright:#13B6A8; --teal-tint:#E2F2F0; --teal-tint-2:#D2EAE7;
  /* secondary + warning */
  --blue:#1C5E86; --blue-tint:#E5EEF4; --ochre:#9A5B12; --ochre-tint:#F6ECDD;
  /* effects */
  --shadow:0 1px 2px rgba(11,26,32,.04),0 6px 24px -12px rgba(11,26,32,.18);
  --shadow-lg:0 30px 60px -30px rgba(11,26,32,.30);
  --radius:14px; --radius-sm:9px; --maxw:1240px;
  /* type */
  --serif:'Bricolage Grotesque',-apple-system,system-ui,sans-serif;
  --sans:'Hanken Grotesk',-apple-system,system-ui,sans-serif;
  --mono:'IBM Plex Mono',ui-monospace,monospace;
}
