.eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-yellow);
  margin-bottom: 8px;
}

.eyebrow-green { color: var(--accent-green); }

h1, .h1 {
  font-family: var(--font-sans);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--text);
}

h2, .h2 {
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--text);
}

.text-muted { color: var(--muted); }
.text-mono { font-family: var(--font-mono); }
.text-sans { font-family: var(--font-sans); }

.section-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-yellow);
  margin-bottom: 14px;
}
