/*
Theme Name: TechCorp Software
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: قالب مخصص لشركة برمجيات مبني على Bootstrap 5
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techcorp
*/

/* سنضيف تنسيقات CSS الإضافية هنا لاحقاً */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

/* تحسينات قراءة المقالات */
.post-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #444;
}
.post-content h2, .post-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #222;
}
.widget ul {
    list-style: none;
    padding: 0;
}
.widget ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}