:root {
    /* الخطوط */
    --thm-font: "DM Sans", sans-serif;
    --thm-font-two: "Outfit", sans-serif;

    /* ✅ الألوان الأساسية - تم توحيدها لتناسب لون تشاركي */
    --thm-primary: #832e24; 
    --thm-primary-rgb: 131, 46, 36;
    
    --thm-base: #832e24 !important; 
    --thm-base-rgb: 131, 46, 36 !important;

    /* ألوان عامة */
    --thm-gray: #666666;
    --thm-gray-rgb: 102, 102, 102;
    --thm-white: #ffffff;
    --thm-white-rgb: 255, 255, 255;
    --thm-black: #002C55;
    --thm-black-rgb: 0, 44, 85;
    --thm-extra: #F5F5F5;
    --thm-extra-rgb: 245, 245, 245;
}