html,
body {
  background-color: white;
  color: black;
  line-height: 1.5em;
  letter-spacing: 0.05ch;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
}

.tm-image img {
  width: 100%;
  height: auto;
}

@media (prefers-color-scheme: dark) {
	html,
	body {
	background-color: black;
	color: white;
	}
}