/* XCON Font Face Definition */
@font-face {
    font-family: 'xcon';
    src: url('font/xcon.eot'); /* IE9 Compat Modes */
    src: url('font/xcon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/xcon.woff2') format('woff2'), /* Super Modern Browsers */
         url('font/xcon.woff') format('woff'), /* Pretty Modern Browsers */
         url('font/xcon.ttf') format('truetype'), /* Safari, Android, iOS */
         url('font/xcon.svg#xcon') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Better performance for font loading */
}

/* Base icon class */
.xcon {
    font-family: 'xcon' !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;
}