@font-face {
	font-family: "Open Sans";
	font-weight: 300;
	src: url("fonts/Open%20Sans/300.ttf") format("truetype");
}
a[href] {
	color: #008fbf;
	text-decoration: none;
}
a[href]:hover {
	text-decoration: underline;
}
body {
	background-color: white;
	color: #1f1f1f;
	font-family: "Open Sans", sans-serif;
	margin: 1rem;
}
h1 {
	color: #008fbf;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.25em;
	margin: 1rem 0;
}
html {
	font-size: 16px;
}
p {
	font-weight: 300;
	line-height: 1.25em;
	margin: 1rem 0;
}
