:root {
  --fp-bg: #0a0c10;
  --fp-surface: #12151c;
  --fp-surface-2: #1a1f2b;
  --fp-text: #e8eaf0;
  --fp-text-muted: #9aa3b2;
  --fp-accent: #d4a853;
  --fp-accent-dim: #a8843f;
  --fp-positive: #3fb950;
  --fp-negative: #f85149;
  --fp-warning: #d29922;
  --fp-border: #2a3142;
  --fp-font-display: 'Fraunces', Georgia, serif;
  --fp-font-body: 'DM Sans', 'Segoe UI', system-ui, sans-serif;
  --fp-font-mono: 'JetBrains Mono', 'Cascadia Code', monospace;
  --fp-space-1: 0.25rem;
  --fp-space-2: 0.5rem;
  --fp-space-3: 0.75rem;
  --fp-space-4: 1rem;
  --fp-space-5: 1.5rem;
  --fp-space-6: 2rem;
  --fp-radius: 12px;
  --fp-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
