@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lato:wght@300;400;700&family=Montserrat:wght@500;600;700&display=swap";:root{--bg-primary: #F4F5F0;--bg-card: #FFFFFF;--text-primary: #2C2C2C;--text-secondary: #666666;--accent-gold: #bf4904;--accent-green: #4A5D4A;--font-heading: "Playfair Display", serif;--font-body: "Lato", sans-serif;--font-marginal: "Montserrat", sans-serif;--shadow-soft: 0 4px 20px rgba(0, 0, 0, .05);--radius-card: 16px;--radius-button: 8px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#202020;color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;color:var(--text-primary)}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:480px;margin:0 auto;background-color:transparent;min-height:100vh;box-shadow:0 0 50px #0000000d}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--accent-gold) #f1f1f1}.custom-scrollbar::-webkit-scrollbar{height:8px;display:block}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--accent-gold);border-radius:4px;border:1px solid #f1f1f1}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#a03d03}
