@tailwind base;@tailwind components;@tailwind utilities;:root{--ga-yellow: #eab308}html,body{position:relative;width:100%;margin:0;padding:0;background-color:#000;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}@media(max-width:640px){.container{max-width:100%!important}}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.text-stroke{-webkit-text-stroke:1px rgba(255,255,255,.1)}.fade-up{opacity:0;transform:translateY(20px);animation:fadeUp .6s ease-out forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
