/* ==========================================================================
   Maxer Photonics — Typography
   Manrope (display) carries the brand's confident, geometric voice.
   Inter (body) stays neutral and highly legible for technical reading.
   IBM Plex Mono (utility) marks anything instrument-readout-like: eyebrows,
   figures, units, product codes — a deliberate nod to spec-sheet/oscilloscope
   readouts rather than a decorative monospace.
   ========================================================================== */

h1, h2, h3, .font-display {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: var(--lh-tight);
  color: var(--text-on-dark);
}

h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); font-weight: 700; letter-spacing: -0.01em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  font-family: var(--font-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-cyan);
}

.eyebrow::before {
  content: '';
  width: 18px;
  height: 1px;
  background: var(--spectrum-gradient);
  flex: none;
}

.lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-snug);
  color: var(--text-on-dark-dim);
  max-width: 46ch;
}

.on-paper .lead,
.on-paper p { color: var(--text-on-paper-dim); }
.on-paper h1, .on-paper h2, .on-paper h3 { color: var(--text-on-paper); }

p { color: var(--text-on-dark-dim); }

.mono-figure {
  font-family: var(--font-mono);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}

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

.section-index {
  font-family: var(--font-mono);
  font-size: var(--fs-mono);
  color: var(--text-on-dark-faint);
  letter-spacing: 0.08em;
}
