/* ============================================================
   LCS — Design tokens
   Single source of truth for colour, type, spacing, radius.
   ============================================================ */
:root{
  /* brand */
  --ink:#0C2A33;
  --teal:#124E5C;
  --teal-d:#0D3A45;
  --coral:#EE6C4D;
  --coral-d:#DA5537;
  --amber:#F4A93C;

  /* surfaces */
  --mist:#E7F0F1;
  --mist-2:#F1F7F7;
  --paper:#FAFBFB;
  --white:#fff;
  --line:#E1E8EA;

  /* text / status */
  --muted:#5C7078;
  --ok:#1E8E63;

  /* effects */
  --shadow:0 18px 40px rgba(12,42,51,.10);
  --shadow-sm:0 8px 20px rgba(12,42,51,.08);

  /* geometry */
  --r:16px;
  --r-lg:24px;
  --maxw:1160px;

  /* type */
  --font-display:'Bricolage Grotesque','Inter',sans-serif;
  --font-body:'Inter',system-ui,-apple-system,sans-serif;
}
