@font-face {
    font-family: Poppins-medium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}
@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

body{

    font-family: Poppins-Regular;
    background: #f1f1f1 !important;
    /*background: #F7F6F2 !important;*/

}

.font-medium{
    font-family: Poppins-medium;
}

.font-bold{
    font-family: Poppins-Bold;
}

.font-semibold{
    font-family: Poppins-SemiBold;
}

.border{
    border: solid 1px #474747 !important;
}

.border-top{
    border-top: solid 1px #474747 !important;
}

.border-bottom{
    border-bottom: solid 1px #474747 !important;
}

.cursor-pointer{
    cursor: pointer !important;
}

.text-small {
    font-size: 0.9rem;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover, a:focus {
    text-decoration: none;
}

.form-control {
    background: #212529;
    border-color: #545454;
}

.form-control:focus {
    background: #212529;
}

footer {
    background: #212529;
}