@CHARSET "UTF-8";

/*
**	Neko Embedding
*/

/*
**	IE special embedding, maybe separate in a special IE css.
*/
@font-face {
 font-family: Neko;
 src: url(../fonts/Neko.eot) /* EOT file for IE */
}

@font-face {
 font-family: Neko;
 src: url(../fonts/Neko.ttf) /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: SPNeko;
 src: url(../fonts/SPNeko.eot) /* EOT file for IE */
}

@font-face {
 font-family: SPNeko;
 src: url(../fonts/SPNeko.ttf) /* TTF file for CSS3 browsers */
}

.neko {
	font-family: SPNeko, Trebuchet;
}

@font-face {
 font-family: Cartoonerie;
 src: url(../fonts/laCartoonerie.eot) /* EOT file for IE */
}
@font-face {
 font-family: Cartoonerie;
 src: url(../fonts/laCartoonerie.ttf) /* TTF file for CSS3 browsers */
}

.cartoonerie {
	font-family: Cartoonerie, Trebuchet;
}

@font-face {
 font-family: "Shark Random Funnyness 2";
 src: url(../fonts/SRF2.eot) /* EOT file for IE */
}
@font-face {
 font-family: "Shark Random Funnyness 2";
 src: url(../fonts/SRF2.ttf) /* TTF file for CSS3 browsers */
}

.sharkRandom {
	font-family: "Shark Random Funnyness 2";
}

@font-face {
 font-family: GoodGirl;
 src: url("../fonts/goodgirl.eot") /* EOT file for IE */
}
@font-face {
 font-family: GoodGirl;
 src: url("../fonts/goodgirl.ttf") /* TTF file for CSS3 browsers */
}

.goodGirl {
	font-family: GoodGirl;
}

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