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