@font-face {
  font-family: 'lv-font-icons';
  src:
    url('fonts/lv-font-icons.ttf?wh56rw') format('truetype'),
    url('fonts/lv-font-icons.woff?wh56rw') format('woff'),
    url('fonts/lv-font-icons.svg?wh56rw#lv-font-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.lv-font-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lv-font-icons' !important;
  speak: none;
  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;
}

.lv-font-icon-tabs:before {
  content: "\e900";
}
.lv-font-icon-modal-list:before {
  content: "\e901";
}
