:root {
  --wine: #5A1F2D;
  --ivory: #FFF9F3;
  --blush: #F5E8E5;
  --gold: #C6A15B;
  --charcoal: #222222;
  --muted: #77716D;
  --white: #FFFFFF;
  --border: #E8DED8;
  --radius: 5px;
  --container: 1240px;
  --shadow: 0 10px 28px rgba(34,34,34,.06);
  --heading-font: 'Cormorant Garamond', serif;
  --body-font: 'DM Sans', sans-serif;
}
