﻿
:root {
    --primary: #c72026;
}
.text-primary {
    color: var(--primary) !important;
}
