
@font-face {
  font-family: 'icomoona';
  
  src: url('../../fonts/icomoona.ttf?c46hgi') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icona-'],
[class*=' icona-'] {
  /* use !important to prevent issues with browser extensions that change ../fonts */
  font-family: 'icomoona' !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;
}

.icona-right-svg:before {
  content: '\e904';
}
.icona-add-svg:before {
  content: '\e900';
  color: #575757;
}
.icona-jian-svg:before {
  content: '\e901';
  color: #575757;
}
.icona-lag-svg:before {
  content: '\e902';
}
.icona-menu-svg:before {
  content: '\e903';
}
.icona-search-svg:before {
  content: '\e906';
}
