:root {
  --pt-green: #5faf3f;
  --pt-green-dark: #3d7a28;
  --pt-green-deep: #356f24;
  --pt-green-soft: #f0f8eb;
  --pt-green-muted: #ddf0d0;
  --pt-navy: #101d2d;
  --pt-navy-soft: #1a2b3f;

  --ink: #17211d;
  --ink-2: #2a3631;
  --ink-3: #64736b;
  --ink-4: #87958d;
  --line: #dfe7df;
  --line-soft: #edf1ed;
  --surface: #ffffff;
  --surface-2: #f7f9f7;
  --surface-3: #f0f4f0;

  --ok: #2e8b3a;
  --ok-soft: #e3f2df;
  --warn: #a76b14;
  --warn-soft: #fbedd3;
  --danger: #a83c34;
  --danger-soft: #f8e3df;
  --info: #286aa6;
  --info-soft: #e2eef9;

  --score-high: #2e8b3a;
  --score-good: #67a93b;
  --score-mid: #b69217;
  --score-low: #c06c20;
  --score-poor: #b23d34;
  --score-empty: #d9ded9;

  --font-display: "Plus Jakarta Sans", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-mono: "JetBrains Mono", monospace;

  --text-xs: 11px;
  --text-sm: 12px;
  --text-md: 13px;
  --text-base: 15px;
  --text-lg: 17px;
  --text-xl: 20px;
  --text-2xl: 26px;
  --text-3xl: 34px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;

  --radius-sm: 6px;
  --radius-md: 9px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(19, 37, 28, .05);
  --shadow-md: 0 8px 24px rgba(31, 68, 45, .08);
  --shadow-lg: 0 18px 44px rgba(24, 53, 35, .14);

  --topbar-height: 64px;
  --content-max: 1240px;
}
