
/* custom font face */
@font-face {
  font-family: 'jm';
  src:
    url('./jm.ttf?44zulo') format('truetype'),
    url('./jm.woff?44zulo') format('woff'),
    url('./jm.svg?44zulo#jm') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jm' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	color:#ccc;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-auth-code:before {
  content: "\e90f";
}
.icon-lock:before {
  content: "\e910";
}
.icon-login-out:before {
  content: "\e911";
}
.icon-email:before {
  content: "\e90b";
}
.icon-iphone:before {
  content: "\e90c";
}
.icon-message:before {
  content: "\e90d";
}
.icon-uniE90E:before {
  content: "\e90e";
}
.icon-arrow-down:before {
  content: "\e904";
}
.icon-arrow-on:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e906";
}
.icon-back:before {
  content: "\e907";
}
.icon-car:before {
  content: "\e908";
}
.icon-filter:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-home:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-user:before {
  content: "\e903";
}
