@import "global.css";


@font-face {
	font-family: "OpenSans";
	font-weight: lighter;
	font-style: normal;
	src: url(OpenSans-Light.ttf) format("truetype");
}


html {
	background-color: #000000;
}

body {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 16px 0 64px;
	font-family: "OpenSans";
	font-size: 17px;
	line-height: 23px;
	color: #FFFFFF;
}

p {
	margin: 8px 0;
}