@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap";:root{--color-bg: #0e0e16;--color-bg-elevated: #151520;--color-surface: #1c1c2e;--color-accent: #d4af37;--color-accent-2: #c5a028;--color-text: #f0e6d2;--color-text-muted: #a8a090;--color-border: rgba(212, 175, 55, .2);--font-mono: "Cormorant Garamond", serif;--font-sans: "Cinzel", serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:80px}
