@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@400;700&display=swap");*{margin:0;padding:0;font-family:sans-serif;box-sizing:border-box}:focus-visible{outline:none}body{font-family:sans-serif}body #root{height:100vh;overflow:auto}body :matches(:not(code,pre,.no-number-font)):after{content:attr(data-number);font-family:Oxanium}a{text-decoration:none;color:inherit}.h-auto{height:auto}.h-full{height:100%}.w-full{width:100%}@keyframes fadeInHome{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate-fadeInHome-2s{animation:fadeInHome 2s}.color-black{color:#000}.font-oxanium{font-family:Oxanium}.max-h-500{max-height:500px}@media (max-width:"375px"){.round-text-right{right:20%}}