@font-face {
  font-family: 'Material Icons';
  src: url('/wp-content/plugins/loyalty-suite/includes/Account/dist/fonts/MaterialIcons-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.material-icons {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.loyalty-suite-material-icons {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  user-select: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  &.loyalty-suite-material-icons_pointer {
    &:hover {
      cursor: pointer;
    }
  }
}