@font-face {
  font-family: 'design';
  src:  url('fonts/design.eot?j1y5t6');
  src:  url('fonts/design.eot?j1y5t6#iefix') format('embedded-opentype'),
    url('fonts/design.ttf?j1y5t6') format('truetype'),
    url('fonts/design.woff?j1y5t6') format('woff'),
    url('fonts/design.svg?j1y5t6#design') 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: 'design' !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-number--9:before {
  content: "\e900";
}
.icon-number--8:before {
  content: "\e901";
}
.icon-number--7:before {
  content: "\e902";
}
.icon-number--6:before {
  content: "\e903";
}
.icon-number--5:before {
  content: "\e904";
}
.icon-number--4:before {
  content: "\e905";
}
.icon-number--3:before {
  content: "\e906";
}
.icon-number--2:before {
  content: "\e907";
}
.icon-number--1:before {
  content: "\e908";
}
