/* Cross-browser icon fonts — same glyphs in Chrome, Firefox, Safari, Edge.
   Loaded after Tabler + Font Awesome so this file wins. */

@font-face {
  font-family: tabler-icons;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/tabler/tabler-icons.woff2') format('woff2'),
       url('../fonts/tabler/tabler-icons.woff') format('woff'),
       url('../fonts/tabler/tabler-icons.ttf') format('truetype');
}

/* Kill Tabler's WebKit-only SVG face (ugly / missing glyphs in Chrome & Safari). */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: tabler-icons;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/tabler/tabler-icons.woff2') format('woff2'),
         url('../fonts/tabler/tabler-icons.woff') format('woff');
  }
}

.ti {
  font-family: tabler-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

/* FA6-style aliases → bundled Font Awesome 5 webfont */
.fa-solid,
.fas,
.fa {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
.fa-regular,
.far {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-brands,
.fab {
  font-family: 'Font Awesome 5 Brands' !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* FA6 glyph names that do not exist in FA5 */
.fa-file-zipper:before { content: '\f1c6'; }
.fa-file-lines:before,
.fa-file-text:before { content: '\f15c'; }
.fa-file-arrow-up:before { content: '\f574'; }
.fa-cloud-arrow-up:before { content: '\f382'; }
.fa-circle-user:before { content: '\f2bd'; }
.fa-clock-rotate-left:before { content: '\f1da'; }
.fa-list-check:before { content: '\f0ae'; }
.fa-tower-broadcast:before { content: '\f519'; }
.fa-right-left:before { content: '\f362'; }
.fa-wand-magic-sparkles:before { content: '\f0d0'; }
.fa-person-chalkboard:before { content: '\f51c'; }
.fa-grip:before { content: '\f58d'; }

/* Bootstrap Icons used in a few headings — map onto FA5 so they never go blank. */
.bi {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.bi-grid-3x3-gap-fill:before { content: '\f009'; }
.bi-rss:before { content: '\f09e'; }
.bi-box-arrow-right:before { content: '\f2f5'; }

.nav-icon,
.idrive-icon i,
.idrive-menu i,
.idrive-newmenu i,
.idrive-place-ico i {
  line-height: 1;
  vertical-align: -0.125em;
}
