.text-primary-custom {
    color: var(--action-blue) !important;
}

.bg-primary-custom {
    background-color: var(--action-blue) !important;
}

.text-accent-custom {
    color: var(--accent-red) !important;
}

.bg-accent-custom {
    background-color: var(--accent-red) !important;
}
