/* ==========================================================================
   Atlantic Boat Market - Typography utilities
   --------------------------------------------------------------------------
   Classes additives uniquement. Pas de surcharge globale h1/h2 afin de
   conserver le rendu existant.
   ========================================================================== */

.abm-type-display {
  margin: 0;
  color: var(--abm-color-text);
  font-weight: 900;
  line-height: 1.04;
  text-wrap: balance;
}

.abm-type-title {
  margin: 0;
  color: var(--abm-color-text);
  font-weight: 850;
  line-height: 1.12;
  text-wrap: balance;
}

.abm-type-subtitle {
  margin: 0;
  color: var(--abm-color-muted);
  line-height: 1.62;
}

.abm-text-muted {
  color: var(--abm-color-muted);
}

.abm-text-soft {
  color: var(--abm-color-text-soft);
}

.abm-note {
  color: var(--abm-color-muted);
  font-size: 0.875rem;
  line-height: 1.5;
}

.abm-kicker-premium {
  color: var(--abm-color-amber-strong);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}
