﻿@font-face {
	font-family: 'icons';
	src: url('../webfonts/icons/icons.eot');
	src: url('../webfonts/icons/icons.eot?#iefix') format('embedded-opentype'), url('../webfonts/icons/icons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}

[data-icon]:before {
	font-family: 'icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}