@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";:root{--gold: #A68B5B;--gold-light: rgba(166, 139, 91, .1);--gold-border: rgba(166, 139, 91, .15);--bg-color: #FDFDFB;--text-dark: #2D2D2A;--text-muted: #858582;--white: #FFFFFF}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--gold-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}
