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

.fa,
.fa-solid,
.fa-brands,
.material-icons-outlined,
.material-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'MDRT-CFL-Icons' !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;
}

.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-file-o:before {
  content: "\f15b";
}
.fa-comment-o:before {
  content: "\f075";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-print:before {
  content: "\f02f";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-arrow-right-long:before {
  content: "\f178";
}
.material-workspace-premium:before {
  content: "\e7af";
}
.material-account-circle:before {
  content: "\e853";
}
.material-login:before {
  content: "\ea77";
}
.material-search:before {
  content: "\e8b6";
}
.material-logout:before {
  content: "\e9ba";
}
.material-close:before {
  content: "\e5cd";
}