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

[class^="material-icons-ext"], [class*=" material-icons-ext"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'beyond-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 24px;
  line-height: 1;
  transform: translateY(0.1em);

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-icons-extlogout:before {
  content: "\e900";
}
