@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "signika";
    src: url("../fonts/signika-regular-webfont.woff") format('woff');
	font-weight:200;
}
@font-face {
    font-family: "signika";
    src: url("../fonts/signika-bold-webfont.woff") format('woff');
    font-weight:400;
}
@font-face {
    font-family: "signika";
    src: url("../fonts/signika-semibold-webfont.woff") format('woff');
    font-weight:300;
}
@font-face {
    font-family: "signika";
    src: url("../fonts/signika-light-webfont.woff") format('woff');
	font-weight:100;
}
@font-face {
    font-family: "fantasque";
    src: url("../fonts/fantasquesansmono-regular-webfont.woff") format('woff');
	font-weight:200;
}
@font-face {
    font-family: "fantasque";
    src: url("../fonts/fantasquesansmono-bold-webfont.woff") format('woff');
    font-weight:400;
}
@font-face {
    font-family: "fantasque";
    src: url("../fonts/fantasquesansmono-bolditalic-webfont.woff") format('woff');
    font-weight:400;
	font-style:italic;
}
@font-face {
    font-family: "fantasque";
    src: url("../fonts/fantasquesansmono-italic-webfont.woff") format('woff');
	font-weight:200;
	font-style:italic;
}