@import "fonts.css";
*{
        padding: 0;
        margin: 0;
        text-decoration: none;
        font-family: Raleway Regular !important;
        
        
    }


.r-500{
    font-family: Raleway Regular !important;
}

.r-600{
    font-family:Raleway SemiBold !important;
}

.r-700{
    font-family:Raleway Bold !important;
}

.r-800{
    font-family:Raleway ExtraBold !important;
}



.font_wight_700{
    font-weight: 700;
}

.black_text{
    color: #212121;
}

.black_bg_btn{
    background: #212121;
    color: #fff!important;
}

.black_bg_btn:hover{
    background: #212121!important;
    color: #fff!important;
}

.secondary_grey_color{
    color:#8592A3
}