/*
Theme Name: Herramientas Maitencillo
Theme URI: https://herramientasmaitencillo.cl
Author: Herramientas Maitencillo
Author URI: https://herramientasmaitencillo.cl
Description: Tema profesional para tienda de herramientas. Diseño industrial premium con integración WooCommerce completa. Distribuidores oficiales INGCO en Chile.
Version: 1.0.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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: herramientas-maitencillo
Tags: e-commerce, one-column, custom-menu, featured-images, full-width-template, theme-options, woocommerce
WooCommerce tested up to: 8.5
*/

/* ============================================
   CSS CUSTOM PROPERTIES — DESIGN TOKENS
   ============================================ */
:root {
    /* Colors */
    --bg-primary: #111827;
    --bg-secondary: #1F2937;
    --bg-footer: #030712;
    --accent: #F97316;
    --accent-hover: #FB923C;
    --accent-glow: rgba(249, 115, 22, 0.4);
    --red: #EF4444;
    --red-hover: #F87171;
    --text: #FFFFFF;
    --text-muted: #9CA3AF;
    --text-secondary: #D1D5DB;
    --border-color: #374151;
    --card-bg: #1F2937;
    --input-bg: #1F2937;

    /* Typography */
    --font-heading: 'Bebas Neue', 'Barlow Condensed', sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    /* Spacing */
    --section-spacing: 80px;
    --container-max: 1280px;
    --container-padding: 20px;

    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;

    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.5);
    --shadow-accent: 0 4px 20px rgba(249, 115, 22, 0.3);

    /* Navbar */
    --navbar-height: 100px;
}
