/**
 * Nofal SEO — minimal icon subset (local font, replaces tornado-icons.min.css)
 */
@font-face {
    font-family: "tornado-icons";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/tornado-icons.woff2") format("woff2");
}

[class^="ti-"]::before,
[class*=" ti-"]::before {
    font-family: "tornado-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: inline-block;
}

.ti-home::before { content: "\f17f"; }
.ti-info::before { content: "\f186"; }
.ti-menu-round::before { content: "\f193"; }
.ti-plus::before { content: "\f1cf"; }
.ti-user::before { content: "\f1ff"; }
.ti-facebook::before { content: "\f22b"; }
.ti-twitter::before { content: "\f27a"; }
.ti-linkedin::before { content: "\f250"; }
.ti-instagram::before { content: "\f241"; }
.ti-whatsapp::before { content: "\f285"; }
.ti-phone::before { content: "\f398"; }
.ti-phone-in-talk::before { content: "\f38a"; }
.ti-mail::before { content: "\f353"; }
.ti-map-marker::before { content: "\f36f"; }
.ti-angle-right::before { content: "\f107"; }
.ti-angle-left::before { content: "\f106"; }
