:root {
  --pico-font-family: "Inter Variable", sans-serif;
  color-scheme: light;
}

body {
  margin: 0;
  background: #fff;
}

.site-header,
.site-main {
  width: min(calc(100% - 3rem), 760px);
  margin-inline: auto;
}

.site-header {
  padding-block: 1.5rem;
  border-bottom: 1px solid #d8d8d4;
}

.site-brand {
  color: #20251f;
  font-weight: 750;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.site-main {
  padding-block: 3.5rem;
}

.site-main h1,
.site-main h2 {
  margin-top: 3.5rem;
  color: #20251f;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.site-main h1:first-child,
.site-main h2:first-child {
  margin-top: 0;
}

.site-main h3 {
  margin-top: 2rem;
  color: #20251f;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.site-main .page-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}

.site-main .updated {
  margin-bottom: 2.5rem;
  color: #7a806f;
  font-size: 0.9rem;
}

.site-main p,
.site-main li,
.site-main td,
.site-main th {
  max-width: 68ch;
  color: #4f554d;
  line-height: 1.8;
}

.site-main strong {
  color: #20251f;
}

.site-main hr {
  margin-block: 2.5rem;
  border-color: #d8d8d4;
}
