body {
  margin: 0;
  overflow-x: clip;
  background: var(--sp-color-background);
  color: #666666;
  font-family: var(--sp-font-body);
  font-size: 14px;
  font-weight: 500;
  font-synthesis: none;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  margin-block-end: 0.65em;
  color: var(--sp-color-text);
  font-family: var(--sp-font-heading);
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 20px;
}

p {
  margin-block-end: 1.2em;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

button {
  color: inherit;
}

.site-container {
  width: min(calc(100% - (2 * var(--sp-gutter))), var(--sp-container));
  margin-inline: auto;
}

.wide-container {
  width: min(calc(100% - (2 * var(--sp-gutter))), var(--sp-wide-container));
  margin-inline: auto;
}

.narrow-container {
  max-width: 1080px;
}

.section-space {
  padding-block: 90px;
}

.center-heading {
  text-align: center;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  inset: 8px auto auto 8px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: #ffffff;
  color: #111111;
}

.skip-link:focus {
  transform: none;
}
