/*
Theme Name: Sanaabil E-commerce Theme
Theme URI: http://example.com/
Author: Sanaabil AI
Author URI: http://example.com/
Description: A custom e-commerce theme with an orange design for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sanaabil-ecommerce
Tags: e-commerce, orange, custom-theme
*/
body {
    font-family: Arial, sans-serif;
    background-color: #fff8f0;
    color: #333;
}
header, footer {
    background-color: #ff7f00;
    color: white;
    padding: 20px;
}
nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}
nav ul li {
    display: inline;
}
