:root {
  --font-sans: proxima-nova, 'Helvetica Neue', Arial, sans-serif;
  --font-serif: adobe-garamond-pro, Georgia, 'Times New Roman', serif;

  --color-bg: #f6f3ed;
  --color-bg-dark: #1a1a18;
  --color-surface: #ffffff;
  --color-surface-warm: #fbfaf7;
  --color-surface-tint: #fffefa;

  --color-text: #0b0b0b;
  --color-text-dark: #111111;
  --color-text-light: #ffffff;
  --color-muted: #5f5a52;

  --color-border: #e2ddd3;
  --color-border-strong: #c8c2b8;

  --color-accent: #111111;
  --color-accent-hover: #333333;
  --color-accent-gold: #c6a764;
  --color-accent-gold-light: #e8d9b5;
  --color-accent-crimson: #8b1a1a;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;

  --leading-tight: 1.2;
  --leading-snug: 1.4;
  --leading-normal: 1.65;
  --leading-relaxed: 1.8;

  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-widest: 0.14em;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;

  --space-section-v: clamp(4rem, 8vw, 7rem);
  --space-section-h: clamp(1.5rem, 5vw, 6rem);
  --space-card-pad: clamp(1.5rem, 4vw, 2.75rem);

  --content-max: 740px;
  --content-wide: 960px;
  --content-full: 1200px;

  --radius-none: 0;
  --radius-sm: 0.75rem;
  --radius-card: 1.25rem;
  --radius-input: 0.85rem;
  --radius-button: 999px;
  --radius-tag: 999px;

  --shadow-card: 0 18px 45px rgba(17, 17, 17, 0.08);
  --shadow-card-sm: 0 6px 20px rgba(17, 17, 17, 0.06);

  --transition-fast: 150ms ease;
}
