@font-face {
	font-family: "Neo Sans";
	font-weight: 300;
	src:
		url( "../fonts/neo-sans-light.woff2" ) format( "woff2" ),
		url( "../fonts/neo-sans-light.woff" ) format( "woff" );
	font-display: swap;
}

@font-face {
	font-family: "Neo Sans";
	src:
		url( "../fonts/neo-sans-regular.woff2" ) format( "woff2" ),
		url( "../fonts/neo-sans-regular.woff" ) format( "woff" );
	font-display: swap;
}

@font-face {
	font-family: "Neo Sans";
	font-style: italic;
	src:
		url( "../fonts/neo-sans-regular-italic.woff2" ) format( "woff2" ),
		url( "../fonts/neo-sans-regular-italic.woff" ) format( "woff" );
	font-display: swap;
}

@font-face {
	font-family: "Neo Sans";
	font-weight: 600;
	src:
		url( "../fonts/neo-sans-medium.woff2" ) format( "woff2" ),
		url( "../fonts/neo-sans-medium.woff" ) format( "woff" );
}

@font-face {
	font-family: "Neo Sans";
	font-weight: 600;
	font-style: italic;
	src:
		url( "../fonts/neo-sans-medium-italic.woff2" ) format( "woff2" ),
		url( "../fonts/neo-sans-medium-italic.woff" ) format( "woff" );
	font-display: swap;
}

@font-face {
	font-family: "Neo Sans";
	font-weight: 700;
	src:
		url( "../fonts/neo-sans-bold.woff2" ) format( "woff2" ),
		url( "../fonts/neo-sans-bold.woff" ) format( "woff" );
	font-display: swap;
}
@font-face {
	font-family: 'entypo';
	src: url('../fonts/icomoon.eot');
	src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/icomoon.woff') format('woff'),
		 url('../fonts/icomoon.ttf') format('truetype'),
		 url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'entypo';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-arrow-down, .icon-arrow-up, .icon-checkmark, .icon-list:before, .icon-search, .icon-cross, .icon-cross-2, .icon-arrow-right, .icon-arrow-left, .icon-facebook:before, .icon-twitter:before, .icon-pencil, .icon-cycle, .icon-stop, .icon-minus, .icon-mail, .icon-link, .icon-rss, .icon-list-ul, .icon-list-ol, .icon-bold,
.js .dropdown h3:after, .dropdown .toggle, .dropdown label:before,
form.custom .custom.dropdown a.selector:after, form.custom .custom.checkbox.checked:before,
.filter-summary .reset-search:after,
a[data-wysihtml5-command="bold"]:before,
a[data-wysihtml5-command="insertUnorderedList"]:before,
a[data-wysihtml5-command="insertOrderedList"]:before {
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-arrow-down:before {
	content: "\e000";
}
.icon-arrow-up:before {
	content: "\e001";
}
.icon-checkmark:before {
	content: "\e002";
}
.icon-list:before {
	content: "\e003";
}
.icon-search:before {
	content: "\e004";
}
.icon-cross:before {
	content: "\e005";
}
.icon-cross-2:before,
.filter-summary .reset-search:after {
	content: "\e006";
}
.icon-arrow-right:before {
	content: "\e007";
}
.icon-arrow-left:before {
	content: "\e008";
}
.icon-facebook:before {
	content: "\e009";
}
.icon-twitter:before {
	content: "\e00a";
}
.icon-pencil:before {
	content: "\e00b";
}
.icon-cycle:before {
	content: "\e00c";
}
.icon-stop:before {
	content: "\e00d";
}
.icon-minus:before {
	content: "\e00e";
}
.icon-mail:before {
	content: "\e00f";
}
.icon-link:before {
	content: "\e010";
}
.icon-rss:before {
	content: "\e011";
}
.icon-list-ul:before,
a[data-wysihtml5-command="insertUnorderedList"]:before {
	content: "\e012";
}
.icon-list-ol:before,
a[data-wysihtml5-command="insertOrderedList"]:before {
	content: "\e013";
}
.icon-bold:before,
a[data-wysihtml5-command="bold"]:before {
	content: "\e014";
}
