/*Open sans*/
@font-face {
    font-family: 'opensans-regular';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/opensans-regular-webfont.ttf") format("truetype"); 
}
@font-face {
    font-family: 'opensans-semibold';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/open-sans-semibold.ttf") format("truetype"); 
}
@font-face {
    font-family: 'opensans-bold';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/opensans-bold-webfont.ttf") format("truetype"); 
}
/*Roboto*/
@font-face {
    font-family: 'roboto-regular';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-regular.ttf") format("truetype"); 
}
@font-face {
    font-family: 'roboto-bold';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/roboto-bold.ttf") format("truetype"); 
}