/* <stdin> */
@font-face {
  font-family: "Apfel Grotezk Mittel";
  src: url("/css/ApfelGrotezk-Mittel-L4QOHY6P.woff2");
}
@font-face {
  font-family: "Ronzino Regular";
  src: url("/css/Ronzino-Regular-U3S3PK36.woff2");
}
.site-title {
  font-family: "Apfel Grotezk mittel";
  font-size: 30px;
  text-align: center;
  margin: 4px 0;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: oklch(0.964 0.005 139.4);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main {
  margin: auto;
  padding: 8px;
  width: min(680px, 100vw);
  flex-grow: 1;
}
p {
  font-size: 18px;
  font-family: "Ronzino Regular";
  color: rgb(48, 48, 48);
}
td {
  font-family: "Ronzino Regular";
  color: rgb(48, 48, 48);
}
footer {
  text-align: center;
  p {
    font-size: 14px;
  }
}
li {
  font-family: "Ronzino Regular";
  font-size: 18px;
}
nav {
  border-top: 1px solid rgb(153, 153, 153);
  border-bottom: 1px solid rgb(153, 153, 153);
  padding: 4px 0;
  margin: 48px 0;
  li {
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px solid rgb(204, 204, 204);
  }
  li:last-child {
    border-bottom: none;
  }
  a {
    text-decoration: none;
    color: black;
  }
  hr {
    background-color: rgb(204, 204, 204);
    height: 1px;
    border: none;
  }
  a:hover {
    text-decoration: underline;
  }
}
header a {
  text-decoration: none;
  color: black;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-family: "Apfel Grotezk Mittel";
  font-weight: 400;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
time {
  font-family: "Ronzino Regular";
  font-weight: 400;
  font-size: 14px;
  color: rgb(50, 50, 50);
}
.post-list-item {
  margin: 30px 0;
  a {
    text-decoration: none;
    color: black;
  }
  a:hover {
    text-decoration: underline;
  }
}
article {
  margin: 24px 0;
  h2,
  h3 {
    margin-top: 24px;
  }
  p {
    margin: 14px 0;
  }
  ul li {
    list-style-position: inside;
  }
  ol li {
    list-style-position: inside;
    font-size: 14px;
  }
  ol li p {
    display: inline;
    font-size: inherit;
  }
  .footnotes hr {
    display: none;
  }
  blockquote {
    margin: 24px 24px;
    font-style: italic;
  }
}
pre {
  padding: 8px;
}
table {
  margin: 2em 0;
  border-collapse: collapse;
  width: 100%;
}
thead {
  border-bottom: 1px solid rgb(150, 150, 150);
}
th {
  padding: 0 4px;
}
td {
  text-align: center;
  padding: 4px 0;
}
tr {
  border-bottom: 1px solid rgb(204, 204, 204);
}
tr:last-child {
  border-bottom: none;
}
video,
img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
