@font-face {
    font-family: "Glametrix";
    src: url("fonts/Glametrix.otf");
    src: url("fonts/Glametrix.otf") format ("open type");
	
}
@font-face {
   font-family: "Glametrix";
    src: url("fonts/GlametrixBold.otf");
    src: url("fonts/GlametrixBold.otf") format ("open type");
	 font-weight:bold;
}
@font-face {
    font-family: "si";
    src: url("social/socicon.eot");
    src: url("social/socicon.eot?#iefix") format("embedded-opentype"),
         url("social/socicon.woff") format("woff"),
         url("social/socicon.ttf") format("truetype"),
         url("social/socicon.svg#icomoonregular") format("svg");
    font-weight: normal;
    font-style: normal;
 
}
@font-face {
	font-family: "Aspire";
	src: url("fonts/Aspire-DemiBold.ttf");
	src: url("fonts/Aspire-DemiBold.ttf") format ("true type");
	font-weight:bold;
}
@font-face {
	font-family: "Playball";
	src: url("fonts/Playball.ttf");
	src: url("fonts/Playball.ttf") format ("true type");
	font-weight:bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(social/socicon.svg) format(svg);
    }
}