/*	----------------------------------------------  font definitions for  OPEN SANS  */
/*	--------------------------------------------------------------------  LIGHT  */
@font-face {
    font-family: 'opensans-light';
    src: url('OpenSans-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'opensans-light-italic';
    src: url('OpenSans-LightItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
/*	------------------------------------------------------------------  REGULAR  */
@font-face {
    font-family: 'opensans-regular';
    src: url('OpenSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'opensans-italic';
    src: url('OpenSans-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
/*	-----------------------------------------------------------------  SEMIBOLD  */
@font-face {
    font-family: 'opensans-semibold';
    src: url('OpenSans-Semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'opensans-semibold-italic';
    src: url('OpenSans-SemiboldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
/*	---------------------------------------------------------------------  BOLD  */
@font-face {
    font-family: 'opensans-bold';
    src: url('OpenSans-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'opensans-bold-italic';
    src: url('OpenSans-BoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
/*	---------------------------------------------------------------  EXTRA BOLD  */
@font-face {
    font-family: 'opensans-extrabold';
    src: url('OpenSans-ExtraBold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'opensans-extrabold-italic';
    src: url('OpenSans-ExtraBoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}