:root {
  --gj-primary: #b8860b;
  --gj-secondary: #1a1a1a;
  --gj-accent: #d4af37;
  --gj-bg: #fffdf7;
  --gj-text: #3a3a3a;
  --gj-heading-font: 'Playfair Display', serif;
  --gj-body-font: 'Jost', sans-serif;
  --gj-fs: 16px;
  --gj-radius: 14px;
  --gj-btn-radius: 14px;
  --gj-shadow: 0 6px 24px rgba(30,20,0,.07);
  --gj-container: 1320px;
  --gj-heading-weight: 600;
}
