* {
  font-family: 'Roboto', sans-serif !important;
}

.custom_hover:hover {
  text-decoration: underline;
}
.custom_rounded {
  border-radius: 999px;
}

.options li {
  margin: 0 0;
  padding: 0 10px;
}

.text-16 {
  font-size: 16px !important;
}

.font-700 {
  font-weight: 700;
}

.font-600 {
  font-weight: 600;
}

.text-base-red {
  color: #d7182a;
}
