@import"https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--color-gold: #D4AF37;--color-gold-light: #F4D06F;--color-red: #800020;--color-red-dark: #4A0012;--color-bg: #050505;--color-surface: #121212;--color-text: #f4f4f5;--color-text-muted: #a1a1aa;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;--font-heavy: "Anton", sans-serif}html{scroll-behavior:smooth;font-size:16px}@media(max-width:768px){html{font-size:14px}}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);overflow-x:hidden;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.no-scroll{overflow:hidden}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.1}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-gold-light)}
