
/*
Theme Name: متجر إلكتروني متكامل
Author: WPGen AI
Version: 1.0.0
Description: A custom theme generated by AI.
*/

:root {
    --color-primary: #00b894;
    --color-secondary: #2d3436;
    --color-bg: #f5f6fa;
    --color-text: #2d3436;
}

body {
    background-color: var(--color-bg);
    color: var(--color-text);
}
