﻿
:root {
    --darkColor1: #E53935;
    --lightColor1: #EFEBE9; /* 50 زمینه متن*/

    --hoverColor1: #37474F; /* 800 */
    --hoverColor2: #ebebeb; /* 50 */
}

.bg-primary{
    background: #ee0028 !important;
    color: white !important;
}
.btn-primary {
    background: #ee0028 !important;
    border-color: #ee0028 !important;
    color: white !important;
}
.bg_color_footer{
    background: #790006 !important;
}