/*
 Theme Name:   transtec Egypt
 Theme URI:    https://www.transteceg.com
 Author:       LinkMasr
 Author URI:   https://www.linkmasr.com
 Description:  Premium, modern WordPress theme for Transtec Egypt — a certified translation and localisation company in Cairo. Bilingual (Arabic/English), built without page builders. Powered by LinkMasr.
 Version:      1.0.0
 Tested up to: 6.9
 Requires PHP: 7.4
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  transtec-egypt
 Tags:         business, corporate, professional-services, translation, localization, rtl-language-support
*/

/* ============================================
   CHILD THEME BASE OVERRIDES
   ============================================ */

/* Override Woodmart defaults for clean design */
body {
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', 'Tajawal', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection color */
::selection {
    background: rgba(30, 93, 171, 0.2);
    color: #0A1628;
}

/* Scrollbar styling (Webkit) */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

