/* Global Styles */
body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: #000000;
}

/* Custom utility for the exact visual style of the methodology lines in Mission Section */
.step-connector {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #e5e7eb;
  z-index: 0;
  transform: translateY(-50%);
}