@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
}



.icon-image{
    height: 15px;
    width: 15px;
}

.social_login_btn{
    border: 1px solid #212121 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: #f1f1f1;
    color: #212121;
}