:root{--background:#F5F5DC;--foreground:#1B1814;--primary:#1A806A;--secondary:#25534B;--font-pt-serif:"PT Serif",Georgia,serif;--font-lora:"Lora",Georgia,serif;--font-geist:"Geist",system-ui,-apple-system,sans-serif}*,:after,:before{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-pt-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;overflow:hidden}a{color:inherit;text-decoration:none}.container{padding:1rem;max-width:1200px;margin:auto}