/* Don't edit this file as it is automatically overwritten each time new icons are uploaded through the backend - any changes will be lost */
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icons.eot?a4e43c8a');
    src:url('../fonts/icons.eot?a4e43c8a#iefix') format('embedded-opentype'),
        url('../fonts/icons.woff?a4e43c8a') format('woff'),
        url('../fonts/icons.ttf?a4e43c8a') format('truetype'),
        url('../fonts/icons.svg?a4e43c8a#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* Fix for poor quality WOFF rendering in Chrome, see http://stackoverflow.com/a/14345363 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'icomoon';
        src: url('../fonts/icons.svg?a4e43c8a#icomoon') format('svg');
	}
}
