/* Type scale — confident, technical, high-contrast. */

body {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  color: var(--color-text);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: var(--lh-tight);
  letter-spacing: -0.01em;
  color: var(--color-text);
}

h1 {
  font-size: var(--fs-2xl);
}

h2 {
  font-size: var(--fs-xl);
}

h3 {
  font-size: var(--fs-md);
}

h4 {
  font-size: var(--fs-base);
}

p {
  line-height: var(--lh-normal);
}

.text-dim {
  color: var(--color-text-dim);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-mono);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  color: var(--color-accent);
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1px;
  background: currentColor;
}

.mono {
  font-family: var(--font-mono);
}
