@font-face {
	font-family: 'IcoMoon';
	src: url('IcoMoon.eot');
	src: url('IcoMoon.eot?#iefix') format('embedded-opentype'),
		url('IcoMoon.woff') format('woff'),
		url('IcoMoon.svg#IcoMoon') format('svg'),
		url('IcoMoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: sans-serif;
	text-align: center;
	color: #444;
}
a {
	text-decoration: none;
	color: #d35d53;
}
a:hover {
	color: #444;
}
.fs2 {
	font-size: 4em; 		/* 64px */
	line-height: 1.125em; 	/* 72px */
	margin: .375em 0; 		/* 24px */
}

/*================================================*/

.icon-b:before, .icon-a:after {
	font-family: 'IcoMoon';
	content: attr(data-icon);
}
.icon-b:before {
	margin-right: .2em;
}
