*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;font-weight:400;line-height:1.6;color:var(--text-primary);background-color:var(--background-color);transition:background-color 0.3s ease, color 0.3s ease;font-size:1rem}[data-theme]{background-color:var(--background-color);color:var(--text-primary)}html, body{background-color:#0A0A0A !important}[data-theme="dark"] html, body{background-color:#0A0A0A !important}h1, h2, h3, h4, h5, h6{color:var(--dt-luxury-yellow);margin-bottom:1rem;font-weight:var(--dt-font-weight-medium)}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--dt-luxury-yellow);text-decoration:none;transition:var(--dt-transition)}a:hover{color:var(--dt-luxury-yellow-dark)}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1rem}