@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?7lskkg');
  src:  url('fonts/icomoon.eot?7lskkg#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?7lskkg') format('truetype'),
    url('fonts/icomoon.woff?7lskkg') format('woff'),
    url('fonts/icomoon.svg?7lskkg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icons-washing-machine:before {
  content: "\e900";
}
.icons-dryer:before {
  content: "\e901";
}
.icons-ironing:before {
  content: "\e902";
}
.icons-board:before {
  content: "\e903";
}
.icons-hair-dryer-1:before {
  content: "\e904";
}
