@font-face {
	font-family: 'Charter';
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	src: url('/fonts/charter_regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Charter';
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	src: url('/fonts/charter_bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Charter';
	font-style: italic;
	font-weight: normal;
	font-stretch: normal;
	src: url('/fonts/charter_italic.woff2') format('woff2');
}

html {
	width: 100vw;
	overflow-x: hidden;
	background-color: rgb(230, 230, 230);
	color: rgb(40, 40, 40);
}
div.content {
	font-family: 'Charter', Fallback, serif;
	line-height: 1.5;
	padding: 16px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
a, a.header:visited {
	color: green;
	text-decoration: none;
}
a:visited {
	color: purple;
}
a.header {
	font-size: 32px;
	padding-left: 5px;
	padding-right: 5px;
}
a.current {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.post {
	font-size: 20px;
}
