/*!
 * Tabler Icons 2.45.0 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
 */
@font-face {
  font-family: 'tabler-icons';
  font-style: normal;
  font-weight: 400;
  src:
    url('tabler-icons.woff2') format('woff2'),
    url('tabler-icons.woff') format('woff'),
    url('tabler-icons.ttf') format('truetype');
}

.ti {
  font-family: 'tabler-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Add icons that you'll use for faculties */
.ti-home:before {
  content: '\eb77';
}
.ti-building:before {
  content: '\ec3a';
}
.ti-school:before {
  content: '\f1d1';
}
.ti-building-campus:before {
  content: '\ec37';
}
.ti-building-community:before {
  content: '\ec38';
}
.ti-building-skyscraper:before {
  content: '\ec3c';
}
.ti-university:before {
  content: '\f1bb';
}
.ti-library:before {
  content: '\ef54';
}
.ti-book:before {
  content: '\ebd8';
}
.ti-microscope:before {
  content: '\f008';
}
.ti-stethoscope:before {
  content: '\f1a0';
}
.ti-flask:before {
  content: '\edae';
}
.ti-cpu:before {
  content: '\eac0';
}
.ti-code:before {
  content: '\e9a2';
}
.ti-math:before {
  content: '\efef';
}
.ti-palette:before {
  content: '\f035';
}
.ti-music:before {
  content: '\f01c';
}
.ti-briefcase:before {
  content: '\ec18';
}
.ti-chart-bar:before {
  content: '\e974';
}
/* Add more icons as needed */
