:root {
  --wh-heading-font: "Cormorant Garamond", serif;
  --wh-body-font: "Source Sans 3", sans-serif;

  --wh-cream: #F2E5DC;
  --wh-burgundy: #7A2E3A;
  --wh-gold: #B97A2A;
  --wh-brown: #5A463D;
  --wh-soft-white: #FFFDF9;

  --wh-radius: 24px;
  --wh-shadow: 0 10px 28px rgba(90, 70, 61, 0.08);
}