:root {
  --ink: #10201f;
  --ink-soft: #2a3c3a;
  --muted: #5e716e;
  --faint: #8a9b98;
  --line: #d7e0dc;
  --line-strong: #c3d0cb;
  --paper: #eef3f1;
  --paper-2: #e4ece9;
  --surface: #f8fbf9;
  --card: #ffffff;
  --sidebar: #071617;
  --sidebar-2: #0c2425;
  --sidebar-line: rgba(244, 239, 230, 0.08);
  --sidebar-text: #d7e4e2;
  --sidebar-muted: #7f9693;
  --pine: #0f3d3e;
  --pine-2: #185556;
  --pine-glow: rgba(26, 122, 118, 0.18);
  --clay: #c45c26;
  --clay-2: #a34718;
  --clay-soft: #fff1e6;
  --ok: #1b7a52;
  --ok-bg: #e8f6ef;
  --warn: #b45309;
  --warn-bg: #fff6eb;
  --danger: #b42318;
  --danger-bg: #fef3f2;
  --info: #175cd3;
  --info-bg: #eff6ff;
  --shadow: 0 1px 0 rgba(16, 32, 31, 0.04), 0 18px 40px rgba(7, 22, 23, 0.07);
  --shadow-lg: 0 24px 60px rgba(7, 22, 23, 0.14);
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 8px;
  --sidebar-w: 248px;
  --topbar-h: 58px;
  --font: "Outfit", "Segoe UI", sans-serif;
  --display: "Fraunces", Georgia, serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --guide-z: 90;
}
