:root {
  --nz-bg: #E5E5E5;
  --nz-bg-page: #fcf9f8;
  --nz-bg-elevated: #ffffff;
  --nz-ink: #2B2B2B;
  --nz-ink-muted: #43474f;
  --nz-hairline: #003366;
  --nz-grid: #D1D1D1;
  --nz-score: #001e40;
  --nz-locked: #dddddd;
  --nz-locked-ink: #737780;
  --nz-danger: #ba1a1a;
  --nz-primary: #003366;
  --nz-on-primary: #ffffff;
  --nz-hit: #00FF41;
  --nz-health: #00530e;
  --nz-wealth: #1f477b;
  --nz-relationships: #5d5f5f;
  --nz-purpose: #3a5f94;
  --nz-font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
  --nz-font-score: "Inter", ui-sans-serif, system-ui, sans-serif;
  --nz-font-note: "IBM Plex Serif", ui-serif, Georgia, serif;
  --nz-score-size: 32px;
  --nz-motion-score: 280ms;
  --nz-motion-press: 120ms;
  --nz-press-scale: 0.99;
  --nz-free-pillars: 2;
  --nz-pro-pillars: 4;
  --nz-empty-copy: "Not ranked yet.";
  --nz-empty-support: "Commit and check in for about 14 days.";
}
