@font-face {
  font-family: 'dna';
  src:  url('fonts/dna.eot?sr48en');
  src:  url('fonts/dna.eot?sr48en#iefix') format('embedded-opentype'),
    url('fonts/dna.ttf?sr48en') format('truetype'),
    url('fonts/dna.woff?sr48en') format('woff'),
    url('fonts/dna.svg?sr48en#dna') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="dna-icon-"], [class*=" dna-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dna' !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;
}

.dna-icon-Arrow:before {
  content: "\e902";
}
.dna-icon-Cancel:before {
  content: "\e900";
}
.dna-icon-Edit:before {
  content: "\e901";
}
