/* RESET PROFESIONAL REYX */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #000; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; color: #fff; font-family: 'Montserrat', sans-serif; }
ul, ol { list-style: none; }
a { text-decoration: none; color: inherit; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #050505; }
::-webkit-scrollbar-thumb { background: #D4AF37; border-radius: 10px; }