*,
*::before,
*::after {
  box-sizing: border-box;
}

*[hidden] {
  display: none;
}

html {
  font-family: Avenir, system-ui, sans-serif;
  color: #12110e;
  background: #fef8de;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-bottom: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  line-height: 1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentcolor;
}

img,
picture {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

:target {
  scroll-margin-top: 5ex;
}

.home-link {
  margin-bottom: 24px;
}

.home-link > a {
  color: inherit;
}

.prose {
  font-size: 16px;
  line-height: 24px;
}

.prose h1 {
  font-size: 24px;
  line-height: 32px;
}

.prose h2 {
  font-size: 18px;
  line-height: 28px;
}

.prose a {
  color: var(--color-blue-700);
}

.prose > * + * {
  margin-top: 1em;
}

.page {
  min-height: 100vh;
  padding: 40px 16px;
}

.page__main {
  max-width: 100ch;
  margin: 0 auto;
}

.page__footer {
  margin-top: 32px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
