/*
Theme Name: Elite
Theme URI: https://eliteclothes16.com
Author: webClone | Samir Elacheache
Author URI: https://google.com
Description: A premium Black & Gold theme for Elite Clothes.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elite
Tags: e-commerce, black, gold, woocommerce
*/

/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #000;
  color: #ffd700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

a:hover {
  color: #fff;
}
