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

[class^="lcicon-"], [class*=" lcicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lma-chat' !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;
}

.lcicon-checkbox:before {
  content: "\e908";
}
.lcicon-checked:before {
  content: "\e909";
}
.lcicon-edit:before {
  content: "\e906";
}
.lcicon-trash:before {
  content: "\e907";
}
.lcicon-cart:before {
  content: "\e905";
}
.lcicon-minus:before {
  content: "\e903";
}
.lcicon-plus:before {
  content: "\e904";
}
.lcicon-line:before {
  content: "\e902";
}
.lcicon-shop:before {
  content: "\e900";
}
.lcicon-user:before {
  content: "\e901";
}
