/* Mission Statement - Lighter Font Weight */

/* Main mission text - make it lighter */
.mission-text {
  font-weight: 300 !important; /* Light weight instead of ultra-thin */
}

/* Keep the highlighted parts even lighter for contrast */
.mission-text .ai-driven,
.mission-text .four-pillar {
  font-weight: 200 !important; /* Extra light for highlighted sections */
}

/* Ensure consistent weight across all screen sizes */
@media (max-width: 87.5rem) {
  .mission-text {
    font-weight: 300 !important;
  }

  .mission-text .ai-driven,
  .mission-text .four-pillar {
    font-weight: 200 !important;
  }
}

@media (max-width: 64rem) {
  .mission-text {
    font-weight: 300 !important;
  }

  .mission-text .ai-driven,
  .mission-text .four-pillar {
    font-weight: 200 !important;
  }
}

@media (max-width: 48rem) {
  .mission-text {
    font-weight: 300 !important;
  }

  .mission-text .ai-driven,
  .mission-text .four-pillar {
    font-weight: 200 !important;
  }
}

/* Mobile mission text */
.mission-text-mobile {
  font-weight: 300 !important;
}

.mission-text-mobile .ai-driven,
.mission-text-mobile .four-pillar {
  font-weight: 200 !important;
}
