/* Overline — mono uppercase caption for breadcrumbs and section labels. */

.cp-overline {
  font-family: var(--font-family-mono);
  font-size: 0.6875rem; /* 11px */
  font-weight: var(--font-weight-medium, 500);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  line-height: 1.4;
}
