:root {
  --lv-color-canvas: #0b0b0c;
  --lv-color-surface: #131315;
  --lv-color-surface-raised: #1a1a1d;
  --lv-color-text: #f3f0e8;
  --lv-color-text-muted: #aaa69e;
  --lv-color-border: #2b2a2a;
  --lv-color-accent: #b79655;
  --lv-color-accent-soft: #d1b879;
  --lv-font-reading: Georgia, "Times New Roman", serif;
  --lv-font-interface: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lv-content-reading: 52rem;
  --lv-content-wide: 82rem;
  --lv-radius-card: 0.75rem;
  --lv-space-1: 0.25rem;
  --lv-space-2: 0.5rem;
  --lv-space-3: 0.75rem;
  --lv-space-4: 1rem;
  --lv-space-6: 1.5rem;
  --lv-space-8: 2rem;
  --lv-space-12: 3rem;
  --lv-space-16: 4rem;
}

