/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons.woff2') format('woff2');
}

@font-face {
  font-family: 'mi';
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons.woff2') format('woff2');
}

@font-face {
  font-family: 'devx';
  font-style: normal;
  font-weight: normal;
  src: url('DEVX.woff2') format('woff2');
}

@font-face {
    font-family: 'Karla';
    font-style: normal;
    font-weight: normal;
    src: url('karla-regular-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'PermanentMarker';
    font-style: normal;
    font-weight: normal;
    src: url('permanentmarker-regular-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'Monoton';
    font-style: normal;
    font-weight: normal;
    src: url('monoton-regular-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: normal;
    src: url("ubuntu.woff2") format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: xx-large;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.devx {
   font-family: 'devx';
   font-weight: normal;
   font-style: normal;
   font-size: xx-large;
   line-height: normal;
   /* https://jossef.github.io/material-design-icons-iconfont/ */
}

.mi {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: xx-large;
    line-height: normal;
}