:root{
  --ink:#191C19;
  --ink-soft:#2C312B;
  --ink-body:#3B403A;
  --ink-muted:#4A4F48;
  --ink-faint:#5A5F58;
  --ink-fainter:#6A6F66;
  --ink-ghost:#6B5F45;
  --grey-mid:#8A8F86;
  --grey-light:#9A9F94;
  --grey-lighter:#B3B7AD;
  --grey-lightest:#C4C8BE;
  --grey-line:#C9C5B9;
  --grey-input:#C4C0B4;

  --bg-page:#F7F6F2;
  --bg-body:#EDEBE5;
  --bg-outer-drawer:#F1EFE9;
  --surface:#FFFFFF;
  --surface-inset:#F7FAF8;
  --surface-table-head:#FBFAF7;
  --surface-warm:#F6F4EE;

  --border:#E5E3DC;
  --border-soft:#EFEDE7;
  --border-input:#DCD9D0;
  --border-table:#E7E4DC;
  --border-table-soft:#E0DDD4;
  --border-table-row:#F4F2EC;
  --border-warm:#EAE4D6;

  --accent:#2F5B45;
  --accent-strong:#2A5340;
  --accent-hover:#37694F;
  --accent-soft:#E9F0EB;
  --accent-tint:#F4F8F5;
  --accent-progress-2:#4A8567;
  --accent-progress-track:#EAE7DF;

  --tan:#7A6A4C;
  --tan-soft:#F6F1E6;
  --tan-avatar:#EFE9DC;
  --gold:#C8A75E;

  --danger:#A93226;
  --danger-soft:#FBEFEE;
  --danger-line:#E8C9C5;

  --required:#C1622E;
  --required-soft:#FBEDE3;

  --font-body:Manrope,system-ui,sans-serif;
  --font-mono:'JetBrains Mono',ui-monospace,monospace;

  --radius-sm:5px;
  --radius-md:7px;
  --radius-lg:9px;
  --radius-xl:10px;
  --radius-xxl:11px;
  --radius-card:14px;

  --shadow-card:0 1px 2px rgba(25,28,25,.04);
  --shadow-next:0 2px 6px rgba(47,91,69,.22);
  --shadow-toast:0 24px 48px -16px rgba(25,28,25,.55);
  --shadow-drawer:0 20px 48px -12px rgba(25,28,25,.35);

  --sidebar-w:284px;
  --header-h:60px;
  --footer-h:72px;
  --content-max:1010px;

  --bp-tablet:1180px;
  --bp-condensed:960px;
  --bp-drawer:880px;
  --bp-narrow:640px;
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
}
