@import "tailwindcss";

@theme {
    --animate-mago-fade: mago-fade 5s ease-in-out infinite;

    @keyframes mago-fade {

        0%,
        100% {
            opacity: 0.5;
        }

        50% {
            opacity: 0.2;
        }
    }
}
