@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap";
:root{--color-bg:#faf9f7;--color-bg-alt:#f3f1ed;--color-text:#2c2c2c;--color-text-muted:#6b6b6b;--color-accent:#5b7a8a;--color-accent-hover:#4a6575;--color-warm:#c4a882;--color-warm-hover:#b09570;--color-border:#e5e2dc;--font-heading:"Playfair Display",Georgia,"Times New Roman",serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--max-width:1200px;--section-padding:6rem 2rem;--section-padding-mobile:4rem 1.25rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:300;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.3}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}
