﻿/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/materialicons-regular.eot');
    src: url('../fonts/materialicons-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/materialicons-regular.woff2') format('woff2'), url('../fonts/materialicons-regular.woff') format('woff'), url('../fonts/materialicons-regular.ttf') format('truetype');
    font-display: swap;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  display:inline-block!important;
  vertical-align: bottom;
  font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}