@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Jost:wght@200;300;400;500;600&display=swap";
:root{--bg:#f6ece4;--card:#fff8f4;--input:#f9f1eb;--border:#e0d5cc;--accent:#8b7355;--accent-hover:#6b5a42;--text:#3a3028;--text-muted:#6b5e52;--text-dim:#9a8e82}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Jost,system-ui,sans-serif;font-weight:300}h1,h2,h3,h4{margin:0;font-family:Cormorant Garamond,Georgia,serif;font-weight:700}button,input,select,textarea{font-family:inherit}
