/*
 Theme Name:   GeneratePress Child - Injaz Logistics
 Description:  البناء البرمجي الكامل لشركة خبراء الإنجاز - جدة
 Template:     generatepress
 Version:      1.0.0
*/

:root {
    --primary: #0a2351;    /* الأزرق الملكي العميق */
    --accent: #d4af37;     /* الذهبي الفاخر */
    --white: #ffffff;
    --bg-light: #f8f9fa;
    --text: #333333;
    --whatsapp: #25d366;
    --container: 1200px;
    --radius: 12px;
    --transition: 0.3s all ease;
}

body {
    font-family: 'Cairo', sans-serif;
    color: var(--text);
    text-align: right;
    direction: rtl;
    line-height: 1.7;
}