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

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

.nsof-icon-10adv[data-nsof-icon]:before {
  content: attr(data-nsof-icon);
  color: #000;
  background-color: #A2D353;
  border-radius: 100%;
}
