:root{--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;--color-bg: #050505;--color-text: #f0f0f0;--color-accent: #ffd700}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);overflow:hidden;width:100vw;height:100vh}#root{width:100%;height:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700}button{font-family:var(--font-body);cursor:pointer}
