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

body {
    cursor: url('./imgs/random/yasha32.png'), auto;
}

.swanky {
    font-family: "Swanky and Moo Moo", cursive;
    font-weight: 400;
    font-style: normal;
}

.comic-sans {
    font-family: "Shantell Sans";
    font-weight: 400;
    font-style: normal;
}

.blue-stroke {
    text-shadow: -1px -1px 0 #6512ff, 1px -1px 0 #6512ff, -1px 1px 0 #6512ff, 1px 1px 0 #6512ff;
}

.pixelated {
    image-rendering: pixelated;
}

p {
    @apply text-white;
}

a {
    @apply text-blue-400;
}
