:root {
  --spaceXs: 10px;
  --spaceSm: 20px;
  --spaceSmmd: 35px;
  --spaceMd: 50px;
  --spaceLg: 65px;
  --mainBrandColour: #9CAF88;
  --brandColour2: #C9B99B;
  --bgColour1: #F5F3EE; 
  --bgColour2: #FFFEFB;  
  --textColour1: #3A3A3A;  
  --maxW: 80rem;
  --sectionPadding: clamp(5rem, 7vw, 7rem) 1rem;
  --headerFont: "Cormorant Garamond", system-ui, sans-serif; 
  --bodyFont: "Inter", system-ui, sans-serif; 
}