@charset "utf-8";
@font-face {
	font-family:"FiraMono-Regular";
	src:url(FiraMono-Regular.ttf);
	}

@font-face {
	font-family:"JosefinSans-Regular";
	src:url(JosefinSans-Regular.ttf);
	}

@font-face {
	font-family:"RobotoMono-Regular";
	src:url(RobotoMono-Regular.ttf);
	}

p {
	font-family:"JosefinSans-Regular";
	font-size:30px;
	font-style:normal;
	color:#036;
	}

h1 {
	font-family:"RobotoMono-Regular";
	font-size:48px;
	font-weight:bold;
	color:#C00;
	}

h2 {
	font-family:"FiraMono-Regular";
	font-size:16px;
	font-style:italic;
	color:#C60;
	}

ul li a {
	font-size:18px;
	color:#C60;
	}