:root {
  --rx-warm-white: #f5f1ea;
  --rx-stone: #d9d0c3;
  --rx-charcoal: #1d1d1b;
  --rx-wood: #8a684d;
  --rx-metal: #8a8985;
  --rx-white: #fff;
  --rx-serif: 'Iowan Old Style', Baskerville, 'Times New Roman', Georgia, serif;
  --rx-sans: Inter, 'Helvetica Neue', Helvetica, 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.65rem, 5.7vw, 5.25rem);
  --rx-h2: clamp(2rem, 4vw, 3.65rem);
  --rx-h3: clamp(1.3rem, 2vw, 1.85rem);
}
