@font-face {
    font-family: 'open_sansregular';
    src: url('opensans/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'open_sansitalic';
    src: url('opensans/OpenSans-Italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans/OpenSans-Semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('opensans/OpenSans-SemiboldItalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('opensans/OpenSans-BoldItalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('opensans/OpenSans-ExtraBold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('opensans/OpenSans-ExtraBoldItalic-webfont.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}