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

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

.dd-flying:before {
  content: "\e900";
}
.dd-mounted:before {
  content: "\e901";
}
.dd-scroll:before {
  content: "\e902";
}
