:root {
  /* Colors — single-accent dark terminal, Pakistan green */
  --color-accent: #17c964;
  --color-accent-dim: #0e8f47;
  --color-accent-text: #06120a;
  --color-canvas: #0a0a0a;
  --color-hairline: #27272a;
  --color-carbon: #18181b;
  --color-smoke: #3b3b3b;
  --color-white: #ffffff;
  --color-steel: #9d9d9d;
  --color-ash: #6c6c6c;
  --color-negative: #ff5d7a;

  /* Typography */
  --font-mono: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --font-display: 'Tomorrow', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --text-caption: 10px;
  --text-body: 14px;
  --text-subheading: 18px;
  --text-heading: 24px;
  --text-heading-lg: 28px;
  --text-heading-xl: 40px;

  --leading-caption: 1;
  --leading-body: 1.43;
  --leading-subheading: 1.4;
  --leading-heading: 1.29;
  --leading-heading-lg: 1.17;

  /* Spacing */
  --sp-8: 8px;
  --sp-16: 16px;
  --sp-24: 24px;
  --sp-32: 32px;
  --sp-40: 40px;
  --sp-48: 48px;

  /* Radius */
  --radius-sm: 6px;
  --radius-lg: 12px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-subtle: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  --shadow-subtle-2: rgba(0, 0, 0, 0.35) 0px 8px 24px -8px;

  /* Layout */
  --page-max-width: 1440px;
  --section-gap: 32px;
  --card-padding: 16px;
  --element-gap: 8px;
}
