@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..700;1,400..700&family=Fraunces:ital,opsz,wght@1,9..144,100&family=Inter:wght@400..700&display=swap");:root{--color-bg:#2A1F32;--color-accent:#CB776B;--color-text:#ECE6CE;--color-bg-deep:#1E1524;--color-bg-soft:#3A2C46;--color-accent-deep:#B5644F;--color-accent-soft:#DBA19A;--font-serif-brand:"Playfair Display",Georgia,serif;--font-serif-card:"Fraunces",Georgia,serif;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--weight-editorial:500;--weight-emphasis:600;--weight-strong:700;--weight-whisper:100;--weight-body:400;--weight-action:500;--weight-label:600;--style-intimate:italic;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:4rem;--space-2xl:8rem;--radius-sm:4px;--radius-md:12px;--radius-lg:24px;--radius-full:9999px;--ease-smooth:cubic-bezier(0.25,0.1,0.25,1);--ease-bounce:cubic-bezier(0.68,-0.55,0.265,1.55);--duration-fast:150ms;--duration-base:250ms;--duration-slow:400ms}*{margin:0;padding:0;box-sizing:border-box}body,html{min-height:100%}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-weight:var(--weight-body);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;border:none;cursor:pointer;background:transparent}a,button{color:inherit}a{text-decoration:none}