:root {
  /* Colors — Surfaces */
  --color-ink: #000000;
  --color-ink-soft: #0A0A0A;
  --color-ink-line: #1A1A1A;
  --color-bone: #F5F1E8;
  --color-bone-line: #E6DFCD;

  /* Colors — Gold accent */
  --color-gold: #BFAE69;
  --color-gold-deep: #A18044;
  --color-gold-soft: #D9CB95;

  /* Colors — Text */
  --color-text-primary: #F5F1E8;
  --color-text-secondary: #C7C2B5;
  --color-text-muted: #8A8275;
  --color-text-ink: #0A0A0A;

  /* Typography — Families */
  --font-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: 'JetBrains Mono', 'IBM Plex Mono', SFMono-Regular, Menlo, monospace;

  /* Typography — Scale */
  --text-micro: 12px;
  --text-caption: 14px;
  --text-body-sm: 15px;
  --text-body: 16px;
  --text-body-lg: 18px;
  --text-heading-sm: 20px;
  --text-heading: 28px;
  --text-heading-lg: 48px;
  --text-display: 64px;
  --text-display-xl: 80px;

  /* Typography — Line Heights */
  --leading-tight: 1.05;
  --leading-snug: 1.2;
  --leading-normal: 1.4;
  --leading-relaxed: 1.6;
  --leading-loose: 1.65;

  /* Typography — Weights */
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;

  /* Spacing */
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-48: 48px;
  --spacing-64: 64px;
  --spacing-96: 96px;
  --spacing-128: 128px;

  /* Layout */
  --page-max-width: 1280px;
  --content-max-width: 1120px;
  --section-gap: 96px;
  --section-gap-lg: 128px;
  --card-padding: 40px;
  --nav-height: 76px;

  /* Border Radius */
  --radius-none: 0px;
  --radius-card: 4px;

  /* Transitions */
  --transition-base: 200ms ease;
  --transition-slow: 320ms ease;
}
