/* Webfont CSS setup for Gaiatype by Caveras */

@font-face {
	font-family:'Gaiatype';
		src:url('Gaiatype.eot');
		src:url('Gaiatype.eot?#iefix') format('embedded-opentype'),
				url('Gaiatype.woff') format('woff'),
				url('Gaiatype.ttf') format('truetype'),
				url('Gaiatype.svg#Gaiatype') format('svg');
	font-weight:normal;
	font-style:normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family:'Gaiatype';
		src: url('Gaiatype.svg') format('svg');
		font-weight:normal;
		font-style:normal;
	}
}