:root {
  --bg: #1f1e1d;
  --text: #f0eee6;
  --muted-text: #cbc6b8;
  --content-max-width: 760px;
  --content-padding: 2rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Newsreader", Georgia, serif;
}

a {
  color: var(--text);
  text-underline-offset: 0.15em;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-weight: 700;
}

p {
  line-height: 1.55;
  font-size: 1.1rem;
}
