@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";
:root{--cream:#f3f4f6;--white:#fff;--green:#a8cd37;--green-light:#f4f6f0;--green-glow:#a8cd3714;--charcoal:#2d3748;--grey-warm:#718096;--grey-border:#e2e8f0;--grey-footer:#edf2f7;--shadow-soft:0 4px 20px #00000005;--radius:12px;--yellow-solar:#e2b808;--yellow-solar-glow:#e2b80826}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--cream);color:var(--charcoal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}h1,h2,h3,h4,h5{letter-spacing:-.03em;color:var(--charcoal);font-weight:700;line-height:1.1}a{color:var(--charcoal);text-decoration:none;transition:color .2s}a:hover{color:var(--green)}img{max-width:100%;height:auto}::selection{background:var(--green-light);color:var(--charcoal)}
