/* AppGold Webstore — CSS Variables Only
   < 1KB — للاستخدام في صفحات خارج layout الستور (مثل صفحة الأسعار)
   لتوحيد الألوان بدون تحميل webstore.css الكامل (46KB) */

:root {
    --ws-bg-primary: #08080F;
    --ws-bg-surface: #191930;
    --ws-bg-header: #0C0C18;
    --ws-gold: #E8B840;
    --ws-gold-light: #FFE080;
    --ws-gold-dark: #B09028;
    --ws-text-primary: #F8F5F0;
    --ws-text-secondary: #D0C8B0;
}
