/* Ivy Epic Thin */
@font-face {
	font-family: 'IvyEpic';
	font-style: normal;
	font-weight: 400;
	src: url('ivyepic-thin.woff2') format('woff2'),
		url('ivyepic-thin.woff') format('woff'),
		url('ivyepic-thin.ttf') format('truetype'),
		url('ivyepic-thin.otf') format('opentype'),
		url('ivyepic-thin.eot') format('embedded-opentype');
}

/* Ivy Epic Light */
@font-face {
	font-family: 'IvyEpic';
	font-style: normal;
	font-weight: 500;
	src: url('ivyepic-light.woff2') format('woff2'),
		url('ivyepic-light.woff') format('woff'),
		url('ivyepic-light.ttf') format('truetype'),
		url('ivyepic-light.otf') format('opentype'),
		url('ivyepic-light.eot') format('embedded-opentype');
}

/* Ivy Epic Regular */
@font-face {
	font-family: 'IvyEpic';
	font-style: normal;
	font-weight: 600;
	src: url('ivyepic-regular.woff2') format('woff2'),
		url('ivyepic-regular.woff') format('woff'),
		url('ivyepic-regular.ttf') format('truetype'),
		url('ivyepic-regular.otf') format('opentype'),
		url('ivyepic-regular.eot') format('embedded-opentype');
}

/* Ivy Epic SemiBold */
@font-face {
	font-family: 'IvyEpic';
	font-style: normal;
	font-weight: 700;
	src: url('ivyepic-semibold.woff2') format('woff2'),
		url('ivyepic-semibold.woff') format('woff'),
		url('ivyepic-semibold.ttf') format('truetype'),
		url('ivyepic-semibold.otf') format('opentype'),
		url('ivyepic-semibold.eot') format('embedded-opentype');
}

/* Ivy Epic Bold */
@font-face {
	font-family: 'IvyEpic';
	font-style: normal;
	font-weight: 800;
	src: url('ivyepic-bold.woff2') format('woff2'),
		url('ivyepic-bold.woff') format('woff'),
		url('ivyepic-bold.ttf') format('truetype'),
		url('ivyepic-bold.otf') format('opentype'),
		url('ivyepic-bold.eot') format('embedded-opentype');
}