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

.mdi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'frontend-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;
}

.mdi-x:before {
  content: "\e900";
}
.mdi-calendar:before {
  content: "\e90b";
}
.mdi-email:before {
  content: "\e923";
}
.mdi-eye:before {
  content: "\e924";
}
.mdi-eye-off:before {
  content: "\e925";
}
.mdi-facebook:before {
  content: "\e94d";
}
.mdi-instagram:before {
  content: "\e94e";
}
.mdi-linkedin:before {
  content: "\e94f";
}
.mdi-map-marker:before {
  content: "\e936";
}
.mdi-phone:before {
  content: "\e93a";
}
.mdi-security:before {
  content: "\e901";
}
.mdi-web:before {
  content: "\e945";
}
.mdi-youtube:before {
  content: "\e951";
}
