@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/libre-baskerville-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/libre-baskerville-italic-variable.woff2") format("woff2");
}

:root {
  color-scheme: dark;
}

body {
  font-family: sans-serif;
  word-wrap: break-word;
  letter-spacing: 0.025ch;
  line-height: 1.5em;
  font-size: 1.1rem;
  margin: 10px 24px;
  max-width: 60ch;
  text-underline-offset: 0.3rem;
}

h1,h2,h3,h4 {
  color: #f9f9f9;
  font-family: "Libre Baskerville", Georgia, serif;
  letter-spacing: 0ch;
}

strong {
  color: #f9f9f9;
  text-decoration: underline;
}

.article-page {
  max-width: 55ch;
}

ul {
  list-style-type: "_ ";
}

ul.article-list {
  list-style-type: none;
}

li {
  margin-block: 0.5em;
}

th, td {
  padding: 0.5em 0.75em 0.5em 0;
  text-align: left;
  vertical-align: top;
}
