/* =========================================================
   FONT ETHNOCENTRIC
   ========================================================= */

/* UltraLight 200 */
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/Ethnocentric-UltraLight.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/Ethnocentric-UltraLightItalic.woff2') format('woff2');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

/* ExtraLight 250 */
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/Ethnocentric-ExtraLight.woff2') format('woff2');
	font-weight: 250;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/Ethnocentric-ExtraLightItalic.woff2') format('woff2');
	font-weight: 250;
	font-style: italic;
	font-display: swap;
}

/* Light 300 */
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/Ethnocentric-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/Ethnocentric-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* Book 350 */
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/Ethnocentric-Book.woff2') format('woff2');
	font-weight: 350;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/Ethnocentric-BookItalic.woff2') format('woff2');
	font-weight: 350;
	font-style: italic;
	font-display: swap;
}

/* Regular 400 */
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/EthnocentricRegular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/Ethnocentric-RegularItalic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* Bold 700 */
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/Ethnocentric-RegularBold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/Ethnocentric-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

