@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?skfn6b') format('truetype'),
    url('fonts/icomoon.woff?skfn6b') format('woff'),
    url('fonts/icomoon.svg?skfn6b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.mt-icon-outline-account_circle:before {
  content: "\e905";
}
.mt-icon-outline-error_outline:before {
  content: "\e906";
}
.mt-icon-outline-info:before {
  content: "\e907";
}
.mt-icon-outline-warning:before {
  content: "\e908";
}
.mt-icon-mail_outline:before {
  content: "\e900";
}
.mt-icon-outline-perm_identity:before {
  content: "\e901";
}
.mt-icon-outline-visibility_off:before {
  content: "\e902";
}
.mt-icon-outline-visibility:before {
  content: "\e903";
}
.mt-icon-outline-vpn_key:before {
  content: "\e904";
}
