/*
Theme Name: My Custom WooCommerce Theme
Theme URI: https://savitimes.in
Author: Developer
Description: Custom built theme with full WooCommerce support and responsive design.
Version: 1.0
Text Domain: my-custom-theme
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

header {
    background: #23272a;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
}
