/*OpenSans Font*/
@font-face {
    font-family: 'Asap';
    src: url('../otf/asap-regular.otf') format('truetype'); 
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Asap';
    src: url('../otf/asap-bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Asap';
    src: url('../otf/asap-italic.otf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Asap';
    src: url('../otf/asap-bolditalic.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

