@font-face {
    src: url(./Humanist521BT-Bold.otf);
    font-family: "humanist";
    font-weight: bold;
}

@font-face {
    src: url(./Humanist521BT-Roman.otf);
    font-family: "humanist";
    font-weight: 500;
}

@font-face {
    src: url(./Museo700.otf);
    font-family: "museo";
    font-weight: bold;
}

@font-face {
    src: url(./Museo500.otf);
    font-family: "museo";
    font-weight: 500;
}

@font-face {
    src: url(./Museo300.otf);
    font-family: "museo";
    font-weight: 300;
}

/* Fonts for update design */
@font-face {
    font-weight: 400;
    font-family: "proximaNova";
    font-style: normal;
    src: url("../font/proxima-nova/proxima-nova-font.otf") format("opentype")
}

@font-face {
    font-weight: lighter;
    font-family: "proximaNova";
    font-style: normal;
    src: url("../font/proxima-nova/proxima-nova-light.otf") format("opentype")
}

@font-face {
    font-weight: 600;
    font-family: "proximaNova";
    font-style: normal;
    src: url("../font/proxima-nova/proxima-nova-sbold.ttf") format("truetype")
}