@font-face {
	font-family: 'learnpress';
	src: url('../fonts/icon400a.eot?ym8b3w');
	src: url('../fonts/icon400a.eot?ym8b3w#iefix') format('embedded-opentype'),
	url('../fonts/icon400a.ttf?ym8b3w') format('truetype'),
	url('../fonts/icon400a.woff?ym8b3w') format('woff'),
	url('../fonts/icon400a.svg?ym8b3w#icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="learn-press-icon-"], [class*=" learn-press-icon-"], .learn-press-icon {
	font-family: 'learnpress';
	/*speak: none;*/
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-checkmark:before {
	content: "\e903";
}
.icon-books:before {
	content: "\e900";
}
.icon-alarm:before {
	content: "\e901";
}
.icon-spinner:before {
	content: "\e902";
}