@font-face {
    font-family: 'Whitney';
    src: url("../fonts/whitney/Whitney-Medium-Bas.otf");
    font-weight: normal;
}
@font-face {
    font-family: 'Whitney';
    src: url("../fonts/whitney/Whitney-Light-Bas.otf");
    font-weight: 300;
}
@font-face {
    font-family: 'Whitney';
    src: url("../fonts/whitney/Whitney-MediumItal-Bas.otf");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Whitney';
    src: url("../fonts/whitney/Whitney-Bold-Bas.otf");
    font-weight: bold;
}
@font-face {
    font-family: 'Whitney';
    src: url("../fonts/whitney/Whitney-BoldItal-Bas.otf");
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: "Whitney", "Open Sans", Arial, sans-serif !important;
}