/**
 * TECHi Icon Font Definition
 * Moved from inline styles for better performance
 */
@font-face {
  font-family: 'techi-icons';
  src:  url('../fonts/techi-icons.eot?irguxc');
  src:  url('../fonts/techi-icons.eot?irguxc#iefix') format('embedded-opentype'),
    url('../fonts/techi-icons.ttf?irguxc') format('truetype'),
    url('../fonts/techi-icons.woff?irguxc') format('woff'),
    url('../fonts/techi-icons.svg?irguxc#techi-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  size-adjust: 100%;
  ascent-override: 100%;
  descent-override: 0%;
  line-gap-override: 0%;
}
.techi-icon,
i.techi-icon,
[class*="techi-icon"] {
  font-family: 'techi-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure :before pseudo-element displays icons */
.techi-icon:before,
i.techi-icon:before,
[class*="techi-icon"]:before {
  display: inline-block;
  font-family: 'techi-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}