@font-face {
	font-family:cooper-medium;
	src:url("/fonts/cooper-hewitt-medium.woff");
	font-style: normal
}
body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: Georgia,serif;
  font-size: 20px;
  line-height: 1.6em;
  color: black;
}
h1, h2, h3 {
  font-family: ch-book;
  font-weight: normal;
}
section#about a{
}
h1 {
	font-size:2em;
	letter-spacing:3px;
}
h2 {
	letter-spacing:2px;
}
h1 a:hover{
	text-decoration:none;
}
a{
	text-decoration:underline;
	text-decoration-color:#7588BD;
	text-underline-offset: auto;
	color:#444444;
	overflow-wrap:break-word;
	word-wrap:break-word;
}
h1 a{
	text-decoration:none;
}
section#newestposts a{
	text-decoration:none;
}
a:visited{
	color:#444444;
}
a:hover{
	text-decoration:none;
	background-color:#def1f7;
}
@media(prefers-color-scheme:dark){
	body{
		background-color:#1E1F21;
		color:#F4F6F1
	}
	a{
		color:#F4F6F1;
		text-decoration-color:#75ABBC;
	}
	a:visited{
		color:#FFF
	}
  a:hover{
    color:#75ABBC
  }
	.response{
		background-color:#444
	}
	h1,h1 a,h2,h2 a,h3,h3 a{
		color:#75ABBC
	}
} 
