:root {
  --color-primary: #ff3a3a;
  --color-primary-light-1: #ff3a3a;
}

/* HOMEPAGE */
.home .hero h1 {
  font-size: 3em !important;
}

/* SWITCHES */

.ui.toggle.checkbox input ~ label::after {
  inset-inline-start: 1px !important;
  top: 0.5px !important;
}

.ui.toggle.checkbox input:checked ~ label::after {
  inset-inline-start: 18px !important;
}

.ui.toggle.checkbox label::before {
  width: 38px;
}
