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