:root {
  --vg-charcoal: #171717;
  --vg-warm-white: #f7f5f1;
  --vg-leather-brown: #6b4632;
  --vg-light-beige: #e8ded1;
  --vg-bronze: #8a6a45;
  --vg-ink-muted: #625d56;
  --vg-border: rgba(23, 23, 23, 0.14);
  --vg-content-max: 1240px;
  --vg-gutter: clamp(20px, 4vw, 48px);
  --vg-section-space: clamp(64px, 8vw, 120px);
  --vg-radius: 2px;
  --vg-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vg-font-display: Georgia, "Times New Roman", serif;
}
