@font-face {
  font-family: 'The Nudgency Icons';
  src: url('fonts/TheNudgencyIcons.woff2') format('woff2'),
       url('fonts/TheNudgencyIcons.woff') format('woff'),
       url('fonts/TheNudgencyIcons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="nudgency-"], [class*=" nudgency-"] {
  font-family: 'The Nudgency Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nudgency-plus:before { content: "\e900"; }
.nudgency-equals:before { content: "\e901"; }
.nudgency-slash:before { content: "\e902"; }
.nudgency-multiply:before { content: "\e903"; }
.nudgency-minus:before { content: "\e904"; }
