@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap";:root{--cream:#f1f2c4;--green:#497336;--lime:#babf26;--dark:#1a1a1a;--green-dark:#3a5c2a;--green-light:#6a9e50;--cream-dark:#e8e9a8}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--cream);color:var(--dark);font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--green);border-radius:3px}::selection{background:var(--lime);color:var(--dark)}.container{max-width:1280px;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}section h1,section h2,section h3,section h4,section .section-label{text-align:center!important}.mob-2col{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}}
