/* FONTS
================================================== */

@font-face {
	font-family: Acumin;
	src: url("fonts/Acumin/AcuminPro-ExtraLight.woff2") format("woff2"),
	url("fonts/Acumin/AcuminPro-ExtraLight.woff") format("woff"),
	url("fonts/Acumin/AcuminPro-ExtraLight.otf") format("opentype");
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: Acumin;
	src: url("fonts/Acumin/AcuminPro-Light.woff2") format("woff2"),
	url("fonts/Acumin/AcuminPro-Light.woff") format("woff"),
	url("fonts/Acumin/AcuminPro-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: Acumin;
	src: url("fonts/Acumin/AcuminPro-Regular.woff2") format("woff2"),
	url("fonts/Acumin/AcuminPro-Regular.woff") format("woff"),
	url("fonts/Acumin/AcuminPro-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: Acumin;
	src: url("fonts/Acumin/AcuminPro-Italic.woff2") format("woff2"),
	url("fonts/Acumin/AcuminPro-Italic.woff") format("woff"),
	url("fonts/Acumin/AcuminPro-Italic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
}

@font-face {
	font-family: Acumin;
	src: url("fonts/Acumin/AcuminPro-Bold.woff2") format("woff2"),
	url("fonts/Acumin/AcuminPro-Bold.woff") format("woff"),
	url("fonts/Acumin/AcuminPro-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: Acumin;
	src: url('fonts/Acumin/AcuminPro-BoldItalic.woff2') format('woff2'),
	url('fonts/Acumin/AcuminPro-BoldItalic.woff') format('woff'),
	url('fonts/Acumin/AcuminPro-BoldItalic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-stretch: normal;
}

/*
 * Condensed style
 */
@font-face {
	font-family: Acumin;
	src: url("fonts/Acumin/AcuminProCond-Light.woff2") format("woff2"),
	url("fonts/Acumin/AcuminProCond-Light.woff") format("woff"),
	url("fonts/Acumin/AcuminProCond-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-stretch: condensed;
}

@font-face {
	font-family: Acumin;
	src: url("fonts/Acumin/AcuminProCond-Medium.woff2") format("woff2"),
	url("fonts/Acumin/AcuminProCond-Medium.woff") format("woff"),
	url("fonts/Acumin/AcuminProCond-Medium.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
}

@font-face {
	font-family: Acumin;
	src: url("fonts/Acumin/AcuminProCond-Bold.woff2") format("woff2"),
	url("fonts/Acumin/AcuminProCond-Bold.woff") format("woff"),
	url("fonts/Acumin/AcuminProCond-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-stretch: condensed;
}

@font-face {
	font-family: Hello-beautiful;
	src: url(fonts/hello-beautiful.otf);
}
