/*
 * Shared title tracking
 * Standard headings use natural font spacing. Positive-tracked uppercase
 * labels retain their deliberate spacing through the `.label` exception.
 */
:where(h1, h2, h3, h4, h5, h6):not(.label) {
  letter-spacing: 0 !important;
}
