/* ICONS USED BY THE COURSEWARE */

@font-face {
  font-family: 'CBTLART';
  src:
    url('fonts/firsttrain.ttf?ldj2r6') format('truetype'),
    url('fonts/firsttrain.woff?ldj2r6') format('woff'),
    url('fonts/firsttrain.svg?ldj2r6#firsttrain') format('svg');
  /* */   
  font-weight: normal;
  font-style: normal;
  font-display: block;
  unicode-range: U+e900-e930;
}

[class^="ft-"], [class*=" ft-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'CBTLART' !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;
}

/* First-Train - customer can adjust fonts here. Keep adding as you wish. */

@font-face {
    /* Font name in Application */
    font-family: 'CBTLART';
    /* Name of the source on device in case it is not loaded via url property */
    src: local('Arial');
    /* You can here load your own font files. Make sure you have correct rights for it and comment the system font above */
    /* src: local('CBTLART'), url('fonts/MyName/MyFontFile.otf'); */
}


@font-face {
    /* Font name in Application only example not used in this courseware */
    font-family: 'MyFontName';
    /* Name of the source on device in case it is not loaded via url property */
    src: local('Arial');
    /* You can here load your own font files. Make sure you have correct rights for it and comment the system font above */
    /* src: local('CBTLART'), url('fonts/MyName/MyFontFile.otf'); */
}