:root{
  --ink:#141b2d; --ink-700:#1d2740; --ink-600:#283455; --ink-500:#33406a;
  --brass:#b18a4e; --brass-200:#d8c39a;
  --paper:#f4f2ec; --surface:#ffffff; --surface-2:#faf9f6;
  --line:#e3e0d7; --line-2:#edebe3;
  --text:#1a1f2b; --muted:#646b7a; --muted-2:#9aa0ac;
  --danger:#a32118; --danger-bg:#fbe9e7;
  --ok:#1d6b45; --ok-bg:#e8f3ec;
  --radius:14px; --radius-sm:9px;
  --shadow:0 1px 2px rgba(20,27,45,.05),0 10px 28px -14px rgba(20,27,45,.20);
  --font-serif:"Source Serif 4",Georgia,"Times New Roman",serif;
  --font-sans:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}
