/* Colors */
.primary {
    color:#c00000 !important;
}
.secondary {
    color: #EB5E30 !important;
}
.tertiary {
    color: #E2AF64 !important;
}
.info {
    color: #4d729a !important;
}
.dark {
    color: #222;
}

/* Colors */
.text-primary {
    color:#c00000 !important;
}
.text-secondary {
    color: #EB5E30 !important;
}
.text-tertiary {
    color: #E2AF64 !important;
}
.text-info {
    color: #4d729a !important;
}
.text-dark {
    color: #222 !important;
}


/* Buttons Colors */
.btn-primary {
    border-color:#c00000 !important;
}
.btn-secondary {
    border-color: #EB5E30 !important;
}
.btn-tertiary {
    border-color: #E2AF64 !important;
}
.btn-info {
    color: #4d729a !important;
}
.btn-dark {
    border-color: #222 !important;
}