/*
Theme Name: VSC Vape Social Club
Theme URI: https://example.com/vsc-vape-social-club
Author: VSC Dev
Author URI: https://example.com
Description: Dark luxury WooCommerce theme for VSC Vape Social Club — Chiclana de la Frontera.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vsc-vape-social-club
Tags: dark, e-commerce, responsive, woocommerce, premium
*/

/*
 * All design styles are compiled via Tailwind CSS into:
 *   assets/css/output.css
 *
 * To rebuild after template changes:
 *   npm run build:css    — production minified build
 *   npm run watch:css    — watch mode for development
 *
 * style.css (this file) is only required by WordPress to identify the theme.
 * DO NOT add custom CSS here — add it to assets/css/input.css instead.
 */

/* Minimal resets for WordPress compatibility */
:root { color-scheme: dark; }
*, *::before, *::after { box-sizing: border-box; }
img, video, svg { display: block; max-width: 100%; }
