@tailwind base;
@tailwind components;
@tailwind utilities;


/* --------- banner animation ---------  */

@keyframes pulsescale {
	50% {transform:scale(105%);}
	100% {transform:scale(100%);}
}

#vbanner {
	animation: pulsescale 3s linear infinite;
}
