h1, h2, h3, h4, h5, h6 {
  font-family: 'Tanker', sans-serif;
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-label {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 0.8rem;
  color: var(--orange);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-title {
  color: var(--white);
  margin-bottom: 1rem;
}

.section-desc {
  color: var(--alabaster-grey);
  font-size: var(--fs-h6);
  font-weight: var(--fw-light);
  max-width: 600px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .section-desc {
    font-size: var(--fs-base);
  }
}
