/*
Theme Name: InfoTouch
Theme URI: https://infotouch.ro
Author: InfoTouch Team
Author URI: https://infotouch.ro
Description: A futuristic, dark-themed WooCommerce WordPress theme with neon red accents. Fully customizable via WordPress Customizer with live preview. Supports WooCommerce, Gutenberg, and responsive design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: visualcraft
Tags: e-commerce, woocommerce, dark-mode, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, one-column, right-sidebar, threaded-comments, translation-ready

InfoTouch is based on Underscores https://underscores.me/, (C) Automattic, Inc.
InfoTouch is distributed under the terms of the GNU GPL v2 or later.
*/

/* ==========================================================================
   VISUALCRAFT DESIGN TOKENS
   These are loaded via PHP inline styles from functions.php
   This stylesheet contains only theme metadata and critical CSS
   ========================================================================== */

/* ==========================================================================
   CRITICAL CSS - Above-the-fold styles
   ========================================================================== */

/* Prevent FOUC */
body {
    background-color: #080808;
    color: #ffffff;
}

/* Accessibility: Skip link target */
#primary:focus {
    outline: none;
}
