/**
 * Global Typography Classes
 *
 * Shared typography utility classes used across multiple blocks.
 * Loaded globally via head.html to prevent duplication in block CSS.
 *
 * @file styles/atoms/typography.css
 */

.title {
  font-size: 1.25rem;
  line-height: 1.25em;
  margin-bottom: 1.6em;
  font-weight: 400;
}

.title strong,
.title b {
  font-weight: 700;
}

.price-title {
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-bottom: 1.6em;
  font-weight: 700;
}

.intro {
  color: #717D8A;
  font-weight: 300;
  font-size: 1.437rem;
  line-height: 1.391em;
  margin: 0 0 2.5rem;
  white-space: pre-line;
}

.content-grid .intro {
  margin: 0;
}

@media (max-width: 739.98px) {
  .intro {
    font-size: 1.312rem;
    line-height: 1.428em;
  }
}

.top-feature {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.312em;
}

.category {
  font-size: 1.25rem;
  line-height: 1.6em;
  font-weight: 400;
  margin: 0;
}

.category-label {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  border-bottom: 2px solid #50E3C2;
  display: inline-block;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.delivery-date {
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 300;
}

.display {
  font-size: 2.25rem;
  line-height: 1.5em;
  font-weight: 300;
}

.display strong,
.display b {
  font-weight: 700;
}

.jumbo {
  font-size: 3rem;
  line-height: 1.333em;
}

.jumbo strong,
.jumbo b {
  font-weight: 700;
}

.mega {
  font-size: 4.5rem;
  line-height: 1.333em;
}

.mega strong,
.mega b {
  font-weight: 700;
}

.hyper {
  font-size: 9.375rem;
  line-height: 1.333em;
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

/* Caution: extended by other classes */
.subheader {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}

.subheader strong,
.subheader b {
  font-weight: 700;
}

.nav-item {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.166em;
}

.no-wrap {
  white-space: nowrap;
}

/* Double-class selectors for elevated specificity — must come last */
.smaller,
.medium.medium {
  font-size: 1rem;
  line-height: 1.5em;
}

.smaller strong,
.smaller b,
.medium.medium strong,
.medium.medium b {
  font-weight: 700;
}

.medium-plus.medium-plus {
  font-size: 1.125rem;
  line-height: 1.333em;
}

.medium-plus.medium-plus strong,
.medium-plus.medium-plus b {
  font-weight: 700;
}

.medium-minus.medium-minus {
  font-size: 0.875rem;
  line-height: 1.285em;
}

.medium-minus.medium-minus strong,
.medium-minus.medium-minus b {
  font-weight: 700;
}

.small-plus.small-plus {
  font-size: 0.75rem;
  line-height: 1.333em;
}

.small-plus.small-plus strong,
.small-plus.small-plus b {
  font-weight: 700;
}

.small.small {
  font-size: 0.625rem;
  line-height: 1.6em;
}

.small.small strong,
.small.small b {
  font-weight: 700;
}
