@font-face {
    font-family: comic-relief;
    src: url(comic-relief.woff);
}
@font-face {
    font-family: permanent-marker;
    src: url(permanent-marker.woff);
}

body {
	color: #9fdee2;
	background-color: #14161f;
	font-family: comic-relief;
}
h1,h2,h3 {
	color: #f99a98;
	font-family: permanent-marker;
}
a, a:visited {
	color: #ffa233;
}
