body {
  background-color: #fafafa;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Avenir', 'Nunito Sans', Lato, sans-serif;
}

@media only screen and (max-width: 600px) {
  .crisp-client {
    display: none;
  }
}

.dialog_mobile {
  margin: 0 !important;
  max-height: 100% !important;
  width: 100% !important;
}