/*
Theme Name: MedBook - ميد بوك
Theme URI: https://medbook.app
Author: فريق ميد بوك للحلول البرمجية الطبية
Author URI: https://medbook.app
Description: قالب ووردبريس احترافي ومتكامل لشبكة التواصل الاجتماعي الطبية، الاستشارات السريرية، دليل الأطباء الشامل، وإدارة العيادات والمواقع السريرية المتقدمة. يتيح للأطباء والمنشآت الطبية مشاركة الحالات، تبادل الخبرات، وإدارة المواعيد والعيادات بسهولة مع دعم كامل للغة العربية والاتجاه من اليمين لليسار (RTL).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medbook
Tags: medical, doctors, clinic, social-network, rtl, right-to-left, responsive-layout, custom-menu, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700;800&family=Readex+Pro:wght@300;400;500;600;700&display=swap');

html, body {
    font-family: 'Alexandria', 'Readex Pro', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #f0f2f5;
    color: #1e293b;
    direction: rtl;
    text-align: right;
}

/* Custom Scrollbars */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
