:root{--primary-color: #1a1a1a;--secondary-color: #6a6a6a;--accent-color: #b39b6f;--background-color: #f9f9f9;--text-color: #333;--gold-gradient: linear-gradient(135deg, #b39b6f 0%, #b39b6f 50%, #b39b6f 100%);--shadow-soft: 0 10px 30px rgba(0, 0, 0, .08);--shadow-medium: 0 15px 35px rgba(0, 0, 0, .12)}html,body{margin:0;padding:0;width:100%;height:100%;font-family:Montserrat,sans-serif;background-color:var(--background-color);color:var(--text-color);letter-spacing:.02em;font-weight:300}h1,h2,h3,h4,h5{font-family:Cormorant Garamond,serif;font-weight:500;letter-spacing:.03em}*{box-sizing:border-box}a,button{transition:all .3s cubic-bezier(.25,.8,.25,1)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000000d}::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b39b6f}
