/* Fellinora Quiz – Typography */
.eyebrow {
  color: var(--c-acc);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.h1,
h1 {
  margin: 0;
  color: var(--c-ink);
  font-family: var(--font-d);
  font-size: clamp(1.65rem, 5vw, 2.8rem);
  font-weight: 400;
  line-height: 1.12;
}

.h2,
h2 {
  margin: 0;
  color: var(--c-ink);
  font-family: var(--font-d);
  font-size: clamp(1.35rem, 4vw, 1.8rem);
  font-weight: 400;
  line-height: 1.2;
}

.body-sm {
  margin: 0;
  color: var(--c-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}
