:root { --bg-dark: #0f0c0a; --bg-card: #191410; --accent-gold: #c5a059; --accent-copper: #b85d38; --text-light: #e6dfd5; --text-muted: #a69a8a; --border-gold: rgba(197, 160, 89, 0.3); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; overflow-x: hidden; } body { background-color: var(--bg-dark); color: var(--text-light); font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; line-height: 1.7; background-image: radial-gradient(circle […]