@font-face {
  font-family: 'zeeblocks';
  src:  url('fonts/zeeblocks.eot?4f2dko');
  src:  url('fonts/zeeblocks.eot?4f2dko#iefix') format('embedded-opentype'),
    url('fonts/zeeblocks.ttf?4f2dko') format('truetype'),
    url('fonts/zeeblocks.woff?4f2dko') format('woff'),
    url('fonts/zeeblocks.svg?4f2dko#zeeblocks') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.zee-circle-xmark:before {
  content: "\e911";
}
.zee-clock:before {
  content: "\e912";
}
.zee-check:before {
  content: "\e90e";
}
.zee-chevron-left:before {
  content: "\e90f";
}
.zee-chevron-right:before {
  content: "\e910";
}
.zee-heart-o:before {
  content: "\e90d";
}
.zee-document:before {
  content: "\e90c";
}
.zee-certificates:before {
  content: "\e900";
}
.zee-courses:before {
  content: "\e901";
}
.zee-dashboard:before {
  content: "\e902";
}
.zee-grade:before {
  content: "\e903";
}
.zee-heart:before {
  content: "\e904";
}
.zee-membership:before {
  content: "\e905";
}
.zee-notification:before {
  content: "\e906";
}
.zee-orders:before {
  content: "\e907";
}
.zee-redeem:before {
  content: "\e908";
}
.zee-sign-out:before {
  content: "\e909";
}
.zee-trophy-star:before {
  content: "\e90a";
}
.zee-user:before {
  content: "\e90b";
}
