@import "tailwindcss";

@source "../**/*.razor";
@source "../**/*.html";
@source "../**/*.cshtml";

@theme {
    --color-main-100: #7aa271
}

.validation-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}