@charset "UTF-8";

/* Themify Icons - Essential Icons for BiteMinds Theme */

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icon definitions using Unicode */
.ti-pie-chart:before {
    content: "\e64b";
}

.ti-ruler-pencil:before {
    content: "\e69c";
}

.ti-settings:before {
    content: "\e6a2";
}

.ti-menu:before {
    content: "\e65f";
}

.ti-close:before {
    content: "\e646";
}

.ti-arrow-up:before {
    content: "\e629";
}

.ti-arrow-down:before {
    content: "\e628";
}

.ti-arrow-left:before {
    content: "\e629";
}

.ti-arrow-right:before {
    content: "\e62a";
}

/* Alternative: If Themify Icons font is not available, use emoji/text fallbacks */
body:not(.themify-loaded) .ti-pie-chart:before {
    content: "📊";
    font-family: inherit;
}

body:not(.themify-loaded) .ti-ruler-pencil:before {
    content: "✏️";
    font-family: inherit;
}

body:not(.themify-loaded) .ti-settings:before {
    content: "⚙️";
    font-family: inherit;
}

/*
Note: For full Themify Icons support, you can:
1. Download the Themify Icons font from: https://themify.me/themify-icons
2. Place the font files in: assets/fonts/themify-icons/
3. Add the @font-face declaration below
*/

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