@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap");:root{--brand-primary:#c9a84c;--brand-secondary:#b8952e;--brand-accent:#e8954a;--brand-bg:#0a0a0a;--brand-button:#c9a84c;--brand-button-text:#0a0a0a;--brand-surface:#141414;--brand-surface-2:#0d0d0d;--brand-border:#2a2a2a;--brand-border-soft:#1e1e1e;--brand-text:#f5f5f5;--brand-muted:#888}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--brand-bg);color:var(--brand-text);font-family:Inter,sans-serif;font-size:15px;min-height:100vh}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none}button,input,select,textarea{font-family:Inter,sans-serif;outline:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--brand-bg)}::-webkit-scrollbar-thumb{background:var(--brand-border);border-radius:2px}