@font-face {
  font-family: 'nmu-icons';
  src: url('/wp-content/uploads/nmu-icons/nmu-icons.woff2') format('woff2');
  font-display: swap;
}

.icon,
.icon::before {
  font-family: 'nmu-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon.icon-cross::before { content: "\e870"; }
.icon.icon-arrow-down::before { content: "\e878"; }
.icon.icon-arrow-left::before { content: "\e879"; }
.icon.icon-arrow-right::before { content: "\e87a"; }
.icon.icon-plus::before { content: "\e982"; }
