* {
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--text-font), serif;
  font-size: 100%;
  /* background: hsl(157, 53%, 83%); */
  /* color: hsl(270, 65%, 38%); */
  color: #333;
  background: white;
}

#header {
  margin-top: 50px;
  margin-bottom: 100px;
}
#header h2 {
  margin-bottom: 8px;
}
/*#header h2 a {
  color: royalblue;
}*/
#header p {
  margin-top: 6px;
  font-size: 1.1em;
  line-height: 110%;
  font-style: italic;
}

#header .links {
  margin-top: 16px;
}
#header .links ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#header .links ul li:not(:last-child)::after {
  content: "/";
  padding: 0 4px;
  color: #ccc;
}

.wrapper {
  max-width: 580px;
  margin: auto auto;
  margin-top: 20px;
  padding: 0 20px;
}

footer {
  border-top: 10px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--header-font), sans-serif;
  font-variation-settings: "wght" 750, "wdth" 80;
}

h1 {
  font-size: 56px;
  line-height: 90%;
  margin-bottom: 10px;
  max-width: 90%;
  font-variation-settings: "wght" 800, "wdth" 65;
}

h2 {
  font-size: 36px;
  line-height: 38px;
  font-variation-settings: "wght" 800, "wdth" 65;
}

h3 {
  font-size: 18px;
  color: #777;
}

h3.date {
  margin-bottom: 4px;
}

h4 {
  font-size: 24px;
  margin-top: 80px;
  margin-bottom: 10px;
  max-width: 300px;
}

h5 {
  font-size: 18px;
  line-height: 20px;
  /* margin-top: 4px; */
  color: #999;
}

h6 {
  font-size: 18px;
  line-height: 20px;
  margin-top: 2px;
  color: #bbb;
}

.tagline {
  margin-top: 20px;
  margin-bottom: 10px;
  font-style: italic;
}

.meta-container {
  margin-top: 10px;
  margin-bottom: 14px;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 50px;
  margin-top: 50px;
}

p {
  margin-bottom: 20px;
  hyphens: auto;
  line-height: 150%;
  font-size: 110%;
}

strong {
  font-family: var(--header-font), sans-serif;
  font-variation-settings: "wght" 500;
}

a {
  text-decoration: none;
  color: hsl(339, 90%, 60%);
}

a:hover {
  text-decoration: underline;
  color: royalblue;
  opacity: 1 !important;
  /* background-color: royalblue; */
}

h3 a, h5 a {
  color: inherit;
  text-decoration: underline;
}

p a {
  color: royalblue;
}

figure {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 45px;
}

figure a {
  display: block;
}

figure img {
  width: 100%;
}

figure figcaption {
  text-align: right;
  font-style: italic;
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 8px;
  line-height: 130%;
}

figure figcaption a {
  display: inline;
}

blockquote {
  font-style: italic;
  margin-left: 20px;
}

ul {
  margin-left: 40px;
  margin-bottom: 20px;
}

ul li p {
  margin-bottom: 10px;
  line-height: 140%;
}

sup {
  line-height: 100%;
}

.section {
  font-size: 200%;
  text-align: center;
  color: #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footnote {
  margin-top: 160px;
  font-size: 0.85rem;
}

.post {
  margin-bottom: 200px;
}

#previews {
  margin-bottom: 200px;
}

#previews .post {
  margin-bottom: 100px;
}

#previews figure {
  margin-top: 10px;
  margin-bottom: 30px;
}

.continue {
  text-align: right;
  font-style: italic;
  margin-top: -12px;
}