@font-face {
  font-family: "DM Roboto Mobile";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("roboto-latin-ext.woff2") format("woff2");
}

@media (max-width: 782px) {
  html,
  body,
  button,
  input,
  select,
  textarea,
  option {
    font-family: "DM Roboto Mobile", Roboto, Arial, sans-serif !important;
  }

  body.home.custom-background {
    background-image: url("mobile-bg.webp") !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
  }

  body.home .dmpt-card {
    transition: none !important;
  }
}
