/*
Theme Name: Jescart
Theme URI: http://jescart.com
Author: Your Name
Author URI: http://jescart.com
Description: A lightweight and responsive theme for e-commerce websites.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jescart
Tags: e-commerce, responsive, minimal, clean
*/

/* Add your theme's custom styles below */

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

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

label.screen-reader-text {
    display: none;
}