@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=Source+Sans+3:wght@300;400;500;600&display=swap");:root{--green:#2d6a4f;--green-light:#52b788;--green-pale:#d8f3dc;--green-dark:#1b4332;--amber:#e9c46a;--amber-dark:#c77d00;--cream:#faf7f2;--cream-dark:#f0ebe0;--text:#1a1a2e;--text-muted:#5a5a72;--border:#ddd8cc;--white:#ffffff;--shadow:0 2px 12px rgba(45,106,79,0.08);--shadow-lg:0 8px 32px rgba(45,106,79,0.15);--radius:12px;--radius-sm:8px}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:Source Sans\ 3,sans-serif;background:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Lora,serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--green-light)}