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

[class^="icon-doors"], [class*=" icon-doors"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoondd' !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-doorsopen-door:before {
  content: "\e900";
}
.icon-doorssliding-door:before {
  content: "\e901";
}
