@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Source+Sans+3:wght@300;400;500;600&display=swap");:root{--terracotta:#b85042;--terracotta-light:#d4887e;--sage:#5b8a72;--sage-light:#a7beae;--gold:#d4a574;--navy:#1a1a2e;--off-white:#f8f6f0;--light-gray:#f0ede6;--dark-text:#2d2d2d;--mid-text:#4a4a4a;--med-gray:#8a8a8a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--off-white);font-family:Source Sans\ 3,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}body,h1,h2,h3,h4{color:var(--dark-text)}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:700;line-height:1.2}p{color:var(--mid-text)}a{text-decoration:none;color:inherit}.sage-bar{height:6px;background:var(--sage);width:100%}.container{max-width:1100px}.container,.container-wide{margin:0 auto;padding:0 24px}.container-wide{max-width:1320px}.eyebrow{font-family:Source Sans\ 3,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.eyebrow-terracotta{color:var(--terracotta)}.eyebrow-sage{color:var(--sage)}