@font-face {
  font-family: 'dreamo';
  src:
    url('fonts/dreamo.ttf?q53vk8') format('truetype'),
    url('fonts/dreamo.woff?q53vk8') format('woff'),
    url('fonts/dreamo.svg?q53vk8#dreamo') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="dreamo-icon-"], [class*=" dreamo-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dreamo' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dreamo-icon-info:before {
  content: "\e904";
}
.dreamo-icon-trash:before {
  content: "\e901";
}
.dreamo-icon-account:before {
  content: "\e900";
  color: #838383;
}
.dreamo-icon-shopping_cart:before {
  content: "\e902";
  color: #838383;
}
.dreamo-icon-telephone:before {
  content: "\e90d";
  color: #838383;
}
.dreamo-icon-wishlist:before {
  content: "\e90f";
  color: #838383;
}
.dreamo-icon-arrow_left:before {
  content: "\e912";
  color: #838383;
}
.dreamo-icon-arrow_right:before {
  content: "\e913";
  color: #838383;
}
.dreamo-icon-delivery:before {
  content: "\e914";
  color: #5c5c5c;
}
.dreamo-icon-guarantee:before {
  content: "\e915";
  color: #5c5c5c;
}
.dreamo-icon-search:before {
  content: "\e916";
  color: #838383;
}
.dreamo-icon-warranty:before {
  content: "\e917";
  color: #5c5c5c;
}
