/* Elementor should control normal typography.
   These helpers exist only for special repeated cases. */

.myw-price {
  font-family: var(--myw-font-heading);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--myw-charcoal);
}

.myw-eyebrow {
  font-family: var(--myw-font-body);
  font-size: var(--myw-font-eyebrow);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--myw-letter-eyebrow);
  text-transform: uppercase;
}

.myw-rule {
  width: 48px;
  height: 3px;
  background: var(--myw-coral);
}

.myw-logo-wordmark {
  font-family: var(--myw-font-logo);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 0.95;
}
