/*
 Theme Name:   Newsphere Child
 Theme URI:    https://uyghur.news
 Description:  Child theme for Newsphere
 Author:       Uyghur Times
 Author URI:   https://uyghur.news
 Template:     newsphere
 Version:      1.0.0
 Text Domain:  newsphere-child
*/

/* Add your custom styles here */

/* Uyghur Font - UKIJ Tuz - Apply only to RTL (right-to-left) content */
[dir="rtl"] body,
[dir="rtl"] p,
[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6,
[dir="rtl"] a,
[dir="rtl"] span:not([class*="fa"]):not([class*="icon"]),
[dir="rtl"] div:not([class*="fa"]):not([class*="icon"]),
[dir="rtl"] li,
[dir="rtl"] td,
[dir="rtl"] th,
[dir="rtl"] label,
[dir="rtl"] input,
[dir="rtl"] textarea,
[dir="rtl"] button:not([class*="fa"]):not([class*="icon"]) {
    font-family: 'UKIJ Tuz', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}

/* Explicitly exclude icon fonts from Uyghur font - ensure icons use correct font */
[dir="rtl"] i,
[dir="rtl"] [class*="fa"],
[dir="rtl"] [class*="fas"],
[dir="rtl"] [class*="far"],
[dir="rtl"] [class*="fab"],
[dir="rtl"] [class*="icon"],
[dir="rtl"] [class^="aft-icon-"],
[dir="rtl"] [class*=" aft-icon-"],
[dir="rtl"] .custom-menu-link i,
[dir="rtl"] .dashicons,
[dir="rtl"] .genericon {
    font-family: 'aft-icons', 'Font Awesome 5 Free', 'Font Awesome 5 Brands', FontAwesome, dashicons, sans-serif !important;
}

/* Ensure icon pseudo-elements use icon fonts */
[dir="rtl"] i:before,
[dir="rtl"] i:after,
[dir="rtl"] [class*="fa"]:before,
[dir="rtl"] [class*="fa"]:after,
[dir="rtl"] [class*="fas"]:before,
[dir="rtl"] [class*="fas"]:after,
[dir="rtl"] [class*="far"]:before,
[dir="rtl"] [class*="far"]:after,
[dir="rtl"] [class*="fab"]:before,
[dir="rtl"] [class*="fab"]:after,
[dir="rtl"] [class*="icon"]:before,
[dir="rtl"] [class*="icon"]:after,
[dir="rtl"] [class^="aft-icon-"]:before,
[dir="rtl"] [class^="aft-icon-"]:after,
[dir="rtl"] [class*=" aft-icon-"]:before,
[dir="rtl"] [class*=" aft-icon-"]:after,
[dir="rtl"] .custom-menu-link i:before,
[dir="rtl"] .custom-menu-link i:after {
    font-family: 'aft-icons', 'Font Awesome 5 Free', 'Font Awesome 5 Brands', FontAwesome, dashicons, sans-serif !important;
}

