
.font-sans[data-v-607d08fc] { font-family: 'Inter', sans-serif;
}
.switch-input[data-v-607d08fc]:checked { background-color: #10a37f;
}

/* Custom slider thumb styles if needed */
input[type=range][data-v-607d08fc]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  cursor: pointer;
  margin-top: -8px; /* Centers thumb on the track */
}
input[type=range][data-v-607d08fc]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
}
