@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--gold:#F5C518;--gold-dark:#e6b800;--black:#0a0a0a;--black-2:#111111;--black-3:#1a1a1a;--white:#ffffff}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:#0a0a0a;color:#fff;margin:0;padding:0;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a,button{transition:all .2s ease}.gold-text{color:#f5c518}.btn-gold{display:inline-block;text-align:center;background:#f5c518;color:#0a0a0a;font-weight:700;padding:.75rem 1.75rem;border-radius:4px;border:none;cursor:pointer;text-decoration:none;font-size:.95rem}.btn-gold:hover{background:#e6b800;color:#0a0a0a}.btn-outline-gold{display:inline-block;text-align:center;border:2px solid #F5C518;color:#f5c518;background:transparent;font-weight:700;padding:.75rem 1.75rem;border-radius:4px;cursor:pointer;text-decoration:none;font-size:.95rem}.btn-outline-gold:hover{background:#f5c518;color:#0a0a0a}input,textarea,select{outline:none;font-size:1rem;font-family:Inter,system-ui,sans-serif;width:100%;color:#fff}input:focus,textarea:focus,select:focus{border-color:#f5c518!important;box-shadow:0 0 0 1px #f5c518}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#f5c518;border-radius:4px}
