@font-face {
    font-family: "Nunito Bold";
    src: url("../fonts/Nunito/Nunito-Bold.ttf");
}

@font-face {
    font-family: "Nunito Light";
    src: url("../fonts/Nunito/Nunito-Light.ttf");
}
@font-face {
    font-family: "Nunito Regular";
    src: url("../fonts/Nunito/Nunito-Regular.ttf");
}

@font-face {
    font-family: "Nunito Medium";
    src: url("../fonts/Nunito/Nunito-Medium.ttf");
}

h1,h2,h3,h4,h5,h6, strong{
    font-family: "Nunito Bold" !important;
}
a,button{
    font-family: "Nunito Medium" !important;
}
small{
    font-family: "Nunito Light" !important;
}
body, p{
    font-family: "Nunito Regular" !important;
}
.pointer{
    cursor: pointer;
}
.btn-neutral{
    color: #022E64;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #022E64;
}
.text-gold{
    color:#DDAD31;
}
