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

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

.accicons-toggel_on:before {
  content: "\20df";
}
.accicons-toggel_off:before {
  content: "\20dfd";
}
