body, .rz, .rz *, .rz-text-h1, .rz-text-h2, .rz-text-h3, .rz-text-h4, .rz-text-h5, .rz-text-h6, .rz-text-body {
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    padding: 0;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 0px; /* still visible */
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}

body {
  scrollbar-width: thin;
  width: 100vw;
  overflow-x: hidden;
}