.bg-primary {
    background: #e91e21;
}

.hover\:bg-primary-focus:hover {
    background: #9c1517;
}

.text-primary {
    color: #e91e21;
}
