* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-body);
  letter-spacing: 0;
}

body {
  color: var(--color-ink);
  font-size: 14px;
  line-height: 1.5;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: 0;
}

h2 {
  margin-bottom: var(--space-3);
  font-size: 16px;
  line-height: 1.35;
}

a {
  color: var(--color-match);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

code,
.technical-label {
  font-family: var(--font-mono);
  overflow-wrap: anywhere;
}

.eyebrow {
  margin-bottom: var(--space-2);
  color: var(--color-ink-soft);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-lead,
.page-heading__description,
.secondary-text {
  color: var(--color-ink-soft);
}

.page-lead {
  max-width: 680px;
  margin-bottom: 0;
  font-size: 15px;
}

.display-sample {
  margin-bottom: var(--space-3);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.technical-label {
  color: var(--color-ink-soft);
  font-size: 11px;
}

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