/* Bir theme icon font fix - ensures FontAwesome & Themify load from local assets */

@font-face {
    font-family: FontAwesome;
    src: url('../plugins/fonts/fontawesome-webfont9efe.woff2') format('woff2'),
         url('../plugins/fonts/fontawesome-webfont9efe.woff') format('woff'),
         url('../plugins/fonts/fontawesome-webfont9efe.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: themify;
    src: url('../plugins/fonts/themify9f24.woff') format('woff'),
         url('../plugins/fonts/themify9f24.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fa,
[class^="fa-"],
[class*=" fa-"] {
    font-family: FontAwesome !important;
}

[class^="ti-"],
[class*=" ti-"],
.c-icon {
    font-family: themify !important;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-box .c-icon {
    font-size: 28px;
    margin-right: 12px;
    vertical-align: middle;
}

.tr-single-header .icon,
.tr-single-header .c-icon,
.tr-single-header .fa {
    margin-right: 8px;
}
