@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#0A0800;color:#FFFBEB;font-family:DM Sans,system-ui,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#130F00}::-webkit-scrollbar-thumb{background:rgba(234,179,8,.3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(234,179,8,.5)}:focus-visible{outline:2px solid #EAB308;outline-offset:2px}a{transition:color .15s ease}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}