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