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