/* Shared Character & Fitness wordmark across both editions. */
.cf-hero .cf-brand-title,
.summer-hero .cf-brand-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(25px, 4vw, 38px);
  font-weight: 600;
  font-style: normal;
  color: #4b5563;
  letter-spacing: 2px;
  line-height: 1.25;
  text-transform: uppercase;
  text-wrap: balance;
  max-width: 850px;
  margin: 0 auto 12px;
}
.summer-hero .cf-brand-title a { font: inherit; color: inherit; letter-spacing: inherit; text-transform: inherit; text-decoration: none; }
