:root{--background-color: #F9F7F2;--olive-green: #6D7B68;--sage-green: #AABBA0;--darker-sage-green: #798e64;--warm-beige: #D8C8B0;--dusty-rose: #D7A8A1;--dusty-rose-variant: #c18989;--terracotta: #C6866A;--soft-stone-gray: #D4D3CE;--charcoal-gray: #3C3C3B;--charcoal-olive: #4E5347;--stone-taupe: #706B64;--header-height: clamp(64px, 10vh, 96px)}html,body{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-weight:300;font-style:normal;font-variation-settings:"wdth" 100;background-color:var(--background-color);color:var(--charcoal-gray);height:100%;margin:0;box-sizing:border-box;scroll-behavior:smooth;overflow-x:hidden;width:100%}.container{width:100%;height:calc(100vh - var(--header-height));overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;padding:1rem;box-sizing:border-box}.section{height:calc(100vh - var(--header-height));width:100%;max-width:100%;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;font-size:1rem;box-sizing:border-box;position:relative}
