.bg-primary-color {
    background-color: #4f46e5;
}

.hover\:bg-primary-color-dark:hover {
    background-color: #4338ca;
}

@tailwind utilities;
