@font-face {
  font-family: material icons;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.html);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular-2.html) format('woff2'), url(../fonts/MaterialIcons-Regular-3.html) format('woff'), url(../fonts/MaterialIcons-Regular-4.html) format('truetype')
}

.material-icons {
  font-family: material icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'
}

@font-face {
  font-family: framework7 icons;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Framework7Icons-Regular.html);
  src: url(../fonts/Framework7Icons-Regular-2.html) format("woff2"), url(../fonts/Framework7Icons-Regular-3.html) format("woff"), url(../fonts/Framework7Icons-Regular-4.html) format("truetype")
}

.f7-icons {
  font-family: framework7 icons;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center
}
