:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Icons",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.47059;
  color: #1d1d1f;
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 17px;
}

a {
  color: #06c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site {
  width: min(100% - 2rem, 61.25rem);
  margin: 0 auto;
  padding: 4.5rem 0;
}

h1,
h2,
h3 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Icons",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #1d1d1f;
}

h1 {
  max-width: 12ch;
  margin: 0 0 1.25rem;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1.05;
}

h2 {
  margin: 3.5rem 0 1rem;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.08349;
}

h3 {
  margin: 2.5rem 0 0.75rem;
  font-size: 1.75rem;
  line-height: 1.14286;
}

p,
ul,
pre {
  max-width: 42rem;
  font-size: 1.1875rem;
  line-height: 1.52632;
}

p,
ul {
  color: #424245;
}

p {
  margin: 1rem 0;
}

ul {
  padding-left: 1.25rem;
}

li + li {
  margin-top: 0.35rem;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.88em;
}

pre {
  overflow-x: auto;
  padding: 1rem 1.25rem;
  border-radius: 1.125rem;
  background: #f5f5f7;
  color: #1d1d1f;
}

hr {
  border: 0;
  border-top: 1px solid #d2d2d7;
  margin: 4rem 0 1.5rem;
}

.article-list {
  padding-left: 0;
  list-style: none;
}

.article-list li + li {
  margin-top: 0.75rem;
}

time {
  display: inline-block;
  min-width: 6.8rem;
  color: #6e6e73;
  font-size: 0.94118rem;
  font-variant-numeric: tabular-nums;
}
