@font-face {
	font-family: 'kosmograd';
	src:url('fonts/kosmograd.eot');
	src:url('fonts/kosmograd.eot?#iefix') format('embedded-opentype'),
		url('fonts/kosmograd.svg#kosmograd') format('svg'),
		url('fonts/kosmograd.woff') format('woff'),
		url('fonts/kosmograd.ttf') format('truetype');
	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: 'kosmograd';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	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-"]:before {
*/
.icon-superfice:before, .icon-studio:before, .icon-shop:before, .icon-recent:before, .icon-newsletter:before, .icon-newsfeed:before, .icon-links:before, .icon-apps:before {
	font-family: 'kosmograd';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-superfice:before {
	content: "\64";
}
.icon-studio:before {
	content: "\6a";
}
.icon-shop:before {
	content: "\67";
}
.icon-recent:before {
	content: "\61";
}
.icon-newsletter:before {
	content: "\6b";
}
.icon-newsfeed:before {
	content: "\73";
}
.icon-links:before {
	content: "\68";
}
.icon-apps:before {
	content: "\66";
}

.fs1 {
font-size:120px;
color: #cccccc;	
}

.fs2 {
font-size:28px;
color: #cccccc;
}


a.iconlink {
	font-family: 'kosmograd';
}

a.iconlink:hover {
	text-decoration:none;
	color: #999999;
}
