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

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

.custom-icon-done:before {
  content: '\e904';
}

.custom-icon-add-circle:before {
  content: '\e909';
}

.custom-icon-boy:before {
  content: '\e90a';
}

.custom-icon-child:before {
  content: '\e90b';
}

.custom-icon-learn:before {
  content: '\e905';
}

.custom-icon-arrow-right:before {
  content: '\e900';
}

.custom-icon-arrow-down:before {
  content: '\e901';
}

.custom-icon-arrow-up:before {
  content: '\e902';
}

.custom-icon-arrow-left:before {
  content: '\e903';
}

.custom-icon-cog:before {
  content: '\e906';
}

.custom-icon-pencil:before {
  content: '\e907';
}

.custom-icon-exclamation:before {
  content: '\e908';
}

.custom-icon-logout:before {
  content: '\e90c';
}

.custom-icon-check-circle:before {
  content: '\e90d';
}

.custom-icon-cancel:before {
  content: '\e90e';
}

.custom-icon-info:before {
  content: '\e90f';
}

.custom-icon-error:before {
  content: '\e910';
}

.custom-icon-close:before {
  content: '\e911';
}

.custom-icon-circle-arrow-left:before {
  content: '\e913';
}

.custom-icon-circle-arrow-right:before {
  content: '\e912';
}
