:root {
  --rx-warm-white: #f5f1ea;
  --rx-stone: #d9d0c3;
  --rx-charcoal: #1d1d1b;
  --rx-wood: #8a684d;
  --rx-metal: #8a8985;
  --rx-white: #fff;
  --rx-serif: Georgia, 'Times New Roman', serif;
  --rx-sans: Inter, Arial, sans-serif;
  --rx-max: 1280px;
  --rx-gutter: clamp(1.25rem, 4.45vw, 4rem);
  --rx-section: clamp(4rem, 8vw, 9rem);
  --rx-compact: clamp(3rem, 6vw, 6rem);
  --rx-gap: clamp(1rem, 2vw, 2rem);
  --rx-h1: clamp(2.5rem, 5.55vw, 5rem);
  --rx-h2: clamp(1.875rem, 3.9vw, 3.5rem);
  --rx-h3: clamp(1.25rem, 2vw, 1.75rem);
}
