body {
  background-color: #fafafa;
}

@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/AvenirLTStd45Book.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/AvenirLTStd45BookOblique.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/AvenirLTStd55Roman.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/AvenirLTStd55Oblique.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/AvenirLTStd65Medium.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/AvenirLTStd65MediumOblique.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/AvenirLTStd85Heavy.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/AvenirLTStd85HeavyOblique.woff2') format('woff2');
  font-display: swap;
}

* {
  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;
}
