body {
  background: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-family);
  font-size: 0.9375rem;
  line-height: 1.5;
}
h1, h2, h3 { color: var(--color-primary-dark); font-weight: 650; line-height: 1.16; }
h1 { font-size: clamp(2rem, 3vw, 3.25rem); letter-spacing: -0.035em; }
h2 { font-size: 1.125rem; }
a { color: var(--color-primary); }
:focus-visible { outline: 3px solid rgb(8 120 185 / 0.35); outline-offset: 2px; }
.eyebrow {
  color: var(--color-primary);
  font-size: 0.6875rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow--light { color: #9ad7ef; }
.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
[hidden] { display: none !important; }
