@font-face {
  font-family: 'nzcom-icon-fontset';
  src:
    url('../icons/nzcom-icon-fontset.ttf?2y3m93') format('truetype'),
    url('../icons/nzcom-icon-fontset.woff?2y3m93') format('woff'),
    url('../icons/nzcom-icon-fontset.svg?2y3m93#nzcom-icon-fontset') format('svg');
  font-weight: normal;
  font-style: normal;
}

.o-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nzcom-icon-fontset' !important;
  speak: none;
  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;
}

.o-icon--pointer-left:before {
  content: "\e914";
}
.o-icon--file:before {
  content: "\e912";
}
.o-icon--pdf:before {
  content: "\e913";
}
.o-icon--play:before {
  content: "\e911";
}
.o-icon--fax:before {
  content: "\e90d";
}
.o-icon--phone:before {
  content: "\e90e";
}
.o-icon--pin:before {
  content: "\e90f";
}
.o-icon--post:before {
  content: "\e910";
}
.o-icon--facebook:before {
  content: "\e909";
}
.o-icon--instagram:before {
  content: "\e90a";
}
.o-icon--twitter:before {
  content: "\e90b";
}
.o-icon--youtube:before {
  content: "\e90c";
}
.o-icon--cart:before {
  content: "\e906";
}
.o-icon--pointer-right:before {
  content: "\e907";
}
.o-icon--search:before {
  content: "\e908";
}
.o-icon--add:before {
  content: "\e904";
}
.o-icon--remove:before {
  content: "\e905";
}
.o-icon--arrow-down:before {
  content: "\e900";
}
.o-icon--arrow-left:before {
  content: "\e901";
}
.o-icon--arrow-right:before {
  content: "\e902";
}
.o-icon--arrow-up:before {
  content: "\e903";
}
