/* @layer base {

button {
    @apply bg-blue-500
}

.dark button {
    @apply bg-blue-600 text-red-600
}

.dark button:hover {
    @apply bg-blue-700

}

.dark button:focus {
    @apply ring-blue-800
}

li {
    theme(bg-red-500)
}

} */