@font-face {
    font-family: 'Open Sans Light';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff2'),
         url("") format('woff'),
         url("") 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("") format('woff2'),
         url("") format('woff'),
         url("") 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("") format('woff2'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: 600;
    font-style: normal;

}

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

}

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

}
