body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  background-color: #f4f6f9 !important;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

.text-left {
  text-align: left !important;
}
