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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'electrolux' !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;
}

.icon-close:before {
  content: "\e90e";
}
.icon-filters:before {
  content: "\e90d";
  color: #364c59;
}
.icon-arrow-link:before {
  content: "\e90c";
}
.icon-yt:before {
  content: "\e900";
}
.icon-x:before {
  content: "\e904";
}
.icon-linkedin:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-fb:before {
  content: "\e908";
}
.icon-plus:before {
  content: "\e909";
}
.icon-minus:before {
  content: "\e90a";
}
.icon-download:before {
  content: "\e90b";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-down:before {
  content: "\e901";
  color: #364c59;
}
.icon-search:before {
  content: "\e907";
  color: #364c59;
}
