@font-face {
    font-family: 'Open Sans Light';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("../fonts/opensans-light-webfont.woff2") format('woff2'),
         url("../fonts/opensans-light-webfont.woff") format('woff'),
         url("../fonts/opensans-light-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: 300;
    font-style: light;
}

@font-face {
    font-family: 'Open Sans Lightitalic';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff2'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Extrabold';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("../fonts/opensans-extrabold-webfont.woff2") format('woff2'),
         url("../fonts/opensans-extrabold-webfont.woff") format('woff'),
         url("../fonts/opensans-extrabold-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("../fonts/opensans-bold-webfont.woff2") format('woff2'),
         url("../fonts/opensans-bold-webfont.woff") format('woff'),
         url("../fonts/opensans-bold-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("../fonts/opensans-regular-webfont.woff2") format('woff2'),
         url("../fonts/opensans-regular-webfont.woff") format('woff'),
         url("../fonts/opensans-regular-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("../fonts/opensans-semibold-webfont.woff2") format('woff2'),
         url("../fonts/opensans-semibold-webfont.woff") format('woff'),
         url("../fonts/opensans-semibold-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Semibolditalic';
    src: url('../fonts//opensans-semibolditalic-webfont.eot');
    src: url('../fonts//opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts//opensans-semibolditalic-webfont.woff2') format('woff2'),
         url('../fonts//opensans-semibolditalic-webfont.woff') format('woff'),
         url('../fonts//opensans-semibolditalic-webfont.ttf') format('truetype'),
         url('../fonts//opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: 600;
    font-style: italic;

}

