/**
 * TECHi Icon Font Definition
 * Moved from inline styles for better performance
 */

@font-face {
    font-family: 'techi-icons';
    src: url('../fonts/techi-icons.eot');
    src: url('../fonts/techi-icons.eot#iefix') format('embedded-opentype'),
         url('../fonts/techi-icons.ttf') format('truetype'),
         url('../fonts/techi-icons.woff') format('woff'),
         url('../fonts/techi-icons.svg#techi-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Icon base 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;
}
