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

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

.navsenseeramenu:before {
  content: "\e900";
}
.navsenseeraclose:before {
  content: "\e901";
}
