.title-font {
  font-family: var(--font-space-grotesk);
}

.content-font {
  font-family: var(--font-inter);
}

.section-title {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: black;
}

.section-heading {
  font-size: 1.875rem;
  margin-bottom: 4rem;
  max-width: 42rem;
  font-weight: 600;
}

.section-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  max-width: 48rem;
  color: var(--text-dark);
}

.underline-word {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
