@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter-latin-italic.woff2") format("woff2");
}

:root {
  --text-caption: 0.8125rem;
  --text-meta: 0.9375rem;
  --text-body: 1rem;
  --text-heading: 1.5rem;
  --text-title: 2.25rem;
  color-scheme: light;
  background: #e3e2de;
  color: #50514e;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-synthesis: none;
  font-optical-sizing: auto;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html {
  background: #e3e2de;
}

body {
  margin: 0;
  background: #e3e2de;
  color: #50514e;
}

main {
  width: min(calc(100% - 2rem), 42rem);
  margin-inline: auto;
  padding-block: 3rem 7rem;
}

.page-header {
  margin-block-end: 3rem;
}

.page-footer {
  margin-block-start: 5rem;
  font-size: var(--text-meta);
}

.page-footer p {
  margin: 0;
}

h1,
h2,
h3 {
  color: inherit;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

h1 {
  margin: 0;
  font-size: var(--text-title);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

h2 {
  margin-block: 5rem 1rem;
  font-size: var(--text-heading);
  font-weight: 600;
  letter-spacing: -0.0125em;
  line-height: 1.25;
  scroll-margin-block-start: 1.5rem;
}

h3 {
  margin-block: 2rem 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  scroll-margin-block-start: 1.5rem;
}

p,
ul,
ol {
  margin-block: 0 1rem;
  text-wrap: pretty;
}

ul,
ol {
  padding-inline-start: 1.5rem;
}

li + li {
  margin-block-start: 0.35rem;
}

.claim-group > span {
  display: block;
  padding-inline-start: 0.875rem;
  border-inline-start: 2px solid currentColor;
}

.claim-group > span + span {
  margin-block-start: 0.875rem;
}

h3 + ol {
  font-size: var(--text-meta);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: from-font;
  text-underline-position: from-font;
  text-underline-offset: 0.16em;
  overflow-wrap: anywhere;
}

a:hover {
  text-decoration-thickness: 0.12em;
}

a:focus-visible {
  outline: 2px solid;
  outline-offset: 3px;
}

figure {
  margin: 2rem 0;
}

figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

figcaption {
  margin-block-start: 0.5rem;
  font-size: var(--text-caption);
  line-height: 1.5;
}

.sources,
sup {
  font-variant-numeric: tabular-nums;
}

sup {
  font-size: 0.75em;
  line-height: 0;
}

sup a {
  text-decoration: none;
}

sup a:hover {
  opacity: 0.7;
}

.citation-cluster {
  white-space: nowrap;
}

.source-backlink {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}

.source-backlink:hover {
  opacity: 0.7;
}

::selection {
  background: #50514e;
  color: #e3e2de;
}

.skip-link {
  position: fixed;
  inset-block-start: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 1;
  padding: 0.5rem 0.75rem;
  background: #50514e;
  color: #e3e2de;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

@media (min-width: 48rem) {
  main {
    padding-block-start: 4rem;
  }
}

@media print {
  :root,
  html,
  body {
    background: #fff;
    color: #111;
  }

  main {
    width: 100%;
    padding: 0;
  }

  .skip-link {
    display: none;
  }
}
