/* MakerSpecs — Tipografia: classi semantiche riusabili */

/* Eyebrow / microlabel — Plex Mono uppercase tracking-wider */
.eyebrow {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--color-text-tertiary);
}

/* Link con colore accento — azioni secondarie */
.link-accent {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 500;
}
.link-accent:hover {
  text-decoration: underline;
}

/* Header di sezione (eyebrow + heading + cta opzionale) */
.sezione-header {
  margin-bottom: var(--space-6);
}

.sezione-header__heading {
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: var(--text-3xl);
  font-weight: 600;
  line-height: var(--leading-snug);
  color: var(--color-text-primary);
}

.sezione-header__cta {
  font-size: var(--text-sm);
  flex-shrink: 0;
}
