@font-face {
    font-family: "Open Sans Light";
    src: local("Open Sans Light"), local(OpenSans-Light), url(../fonts/OpenSans-Light.ttf);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: local("Open Sans"), local(OpenSans-Regular), url(../fonts/OpenSans-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Oracle";
    src: local("Oracle"), local(Oracle), url(../fonts/oracle.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat Regular";
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat Light";
       font-weight: 300;
    font-style: normal;
     src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
         url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
}
