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

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

.nsd-dentist-chair:before {
  content: "\e900";
}
.nsd-friendship:before {
  content: "\e901";
}
.nsd-floss:before {
  content: "\e902";
}
.nsd-broken-tooth:before {
  content: "\e903";
}
.nsd-mouth-open:before {
  content: "\e904";
}
