/* GENERATED from tokens/ by build.py — do not edit by hand. */
:root{
  --bg:#E8DCC5;
  --surface:#F2E9D6;
  --surface-2:#DDD0B5;
  --border:#C8B898;
  --divider:#D4C5A8;
  --ink:#2C1F0E;
  --muted:#8A7255;
  --faint:#B8A888;
  --accent:#9C6B2E;
  --accent-ink:#FDF6E7;
  --accent-bg:#9C6B2E22;
  --danger:#B4483A;
  --tag-work:#B45309;
  --tag-health:#0F766E;
  --tag-personal:#1D4ED8;
  --tag-social:#9D174D;
  --tag-other:#6D28D9;
  --serif:"Abhaya Libre", Georgia, "Times New Roman", serif;
  --sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;
  --mono:"Atkinson Hyperlegible Mono", ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;
}
@media (prefers-color-scheme: dark){:root{
  --bg:#1C1208;
  --surface:#251808;
  --surface-2:#2E1E0C;
  --border:#4D3418;
  --divider:#3A2910;
  --ink:#F0E4CE;
  --muted:#AB8B5E;
  --faint:#725A3A;
  --accent:#C8963E;
  --accent-ink:#1C1509;
  --accent-bg:#C8963E22;
  --danger:#D97462;
  --tag-work:#F5A623;
  --tag-health:#2DD4BF;
  --tag-personal:#7EB8F7;
  --tag-social:#F9A8D4;
  --tag-other:#C4B5FD;
}}
:root[data-theme="light"]{
  --bg:#E8DCC5;
  --surface:#F2E9D6;
  --surface-2:#DDD0B5;
  --border:#C8B898;
  --divider:#D4C5A8;
  --ink:#2C1F0E;
  --muted:#8A7255;
  --faint:#B8A888;
  --accent:#9C6B2E;
  --accent-ink:#FDF6E7;
  --accent-bg:#9C6B2E22;
  --danger:#B4483A;
  --tag-work:#B45309;
  --tag-health:#0F766E;
  --tag-personal:#1D4ED8;
  --tag-social:#9D174D;
  --tag-other:#6D28D9;
}
:root[data-theme="dark"]{
  --bg:#1C1208;
  --surface:#251808;
  --surface-2:#2E1E0C;
  --border:#4D3418;
  --divider:#3A2910;
  --ink:#F0E4CE;
  --muted:#AB8B5E;
  --faint:#725A3A;
  --accent:#C8963E;
  --accent-ink:#1C1509;
  --accent-bg:#C8963E22;
  --danger:#D97462;
  --tag-work:#F5A623;
  --tag-health:#2DD4BF;
  --tag-personal:#7EB8F7;
  --tag-social:#F9A8D4;
  --tag-other:#C4B5FD;
}
