@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply selection:bg-valorant;}h1{@apply text-4xl;}h2{@apply text-xl;}p{@apply text-lg;}*:focus-visible{@apply outline-offset-4 outline-valorant;}code{@apply rounded-md bg-contrast px-2 py-1;}textarea,input{@apply rounded-md bg-contrast p-2;}.red-button{@apply flex items-center justify-center rounded-md bg-light-valorant p-2;}.red-button:disabled{@apply cursor-not-allowed bg-light-valorant/50 !important;}.continiue-button{@apply rounded-md p-2;}select{@apply rounded-md bg-contrast p-2;}.no-tap{-webkit-tap-highlight-color:transparent}.red-gradient{font-weight:600;background:linear-gradient(90deg,#661242,#a70505);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.play-button{background:linear-gradient(-45deg,#572a6b,#b11e28);background-size:200% 200%;animation:gradient 10s ease infinite}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.grid-center{grid-column:1;grid-row:1}.zoom-background:hover:not(:disabled){background-size:300px!important}.zoom-background{transition:background-size .07s ease-in-out,outline-width .07s ease-in-out}}
