body {
  font-family: var(--gj-font-sans);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--gj-text);
  background: var(--gj-bg);
  -webkit-font-smoothing: antialiased;
}

.gj-display,
.gj-h1,
.gj-h2,
.gj-h3 {
  font-family: var(--gj-font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.01em;
  color: var(--gj-mehroon-950);
}

.gj-display {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.gj-h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
}

.gj-h2 {
  font-size: clamp(1.625rem, 3vw, 2.5rem);
}

.gj-h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.gj-eyebrow {
  font-family: var(--gj-font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gj-gold-700);
}

.gj-lede {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.7;
  color: var(--gj-muted);
}

.gj-small {
  font-size: 0.8125rem;
  color: var(--gj-muted);
}

.gj-link-underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--gj-hairline);
}

.gj-link-underline:hover {
  text-decoration-color: var(--gj-gold-600);
}

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

.skip-link {
  position: absolute;
  left: var(--gj-space-4);
  top: -100%;
  z-index: 300;
  padding: var(--gj-space-2) var(--gj-space-4);
  background: var(--gj-mehroon-950);
  color: var(--gj-ivory);
  font-size: 0.875rem;
  border-radius: var(--gj-radius-sm);
}

.skip-link:focus {
  top: var(--gj-space-4);
}

:focus-visible {
  outline: 2px solid var(--gj-gold-600);
  outline-offset: 2px;
}
