:root {
  --bg: #0d1114;
  --surface: #141a1e;
  --surface-2: #0a0e10;
  --border: #232a2e;
  --border-soft: #1a2125;
  --text: #dee4e5;
  --text-dim: #8a9499;
  --text-faint: #5d686d;
  --accent: #4e998e;
  --accent-hover: #6ab5a8;
  --accent-soft: rgba(78, 153, 142, 0.12);
  --green: #6ab87f;
  --red: #c86a6a;
  --yellow: #c8a96e;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-display: 'Fraunces', Georgia, serif;
  --radius: 16px;
  --radius-sm: 10px;
  --nav-height: 64px;
}
