@import "https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Inter:wght@300;400;600&display=swap";
:root{--background:#fdf8f1;--foreground:#30120b;--primary:#30120b;--secondary:#401c13;--accent:#6f4940;--muted:#7d6f6b;--border:#30120b}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,.heading{letter-spacing:.06em;font-family:Abril Fatface,serif}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:4rem 0}
