@font-face {
    src:
        url("fonts/SohoGothicPro-Light.ttf") format("opentype");
    font-family: "Soho";
    font-weight: 100;
}

@font-face {
    src:
        url("fonts/SohoGothicPro-Regular.otf") format("opentype");
    font-family: "Soho";
    font-weight: 400;
}

@font-face {
    src:
        url("fonts/SohoGothicPro-Medium.otf") format("opentype");
    font-family: "Soho";
    font-weight: 700;
}