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

[class^="dgs-icon-"], [class*=" dgs-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dgs-icons' !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;
}

.dgs-icon-facebook:before {
  content: "\e900";
}
