/*
Theme Name:   tekbit Child
Theme URI:    https://tekbit.es
Description:  Tema hijo de Storefront para tekbit — tienda de gadgets tech dark mode
Author:       tekbit
Author URI:   https://tekbit.es
Template:     storefront
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  tekbit-child
Tags:         dark, tech, woocommerce, storefront-child, responsive

Paleta:
  --color-bg:       #0A0A0A  (fondo principal negro profundo)
  --color-bg-card:  #111111  (tarjetas y secciones)
  --color-bg-alt:   #161616  (fondo alternativo, inputs)
  --color-border:   #222222  (bordes sutiles)
  --color-text:     #FFFFFF  (texto principal)
  --color-text-muted:#8892A0 (texto secundario)
  --color-accent:   #00D4FF  (cyan eléctrico — acción principal)
  --color-accent-dk:#0099CC  (cyan oscuro — hover)
  --color-success:  #00E676  (éxito)
  --color-warning:  #FFB300  (advertencia)
  --color-error:    #FF5252  (error)
*/

/* Variables CSS globales */
:root {
  --color-bg:        #0A0A0A;
  --color-bg-card:   #111111;
  --color-bg-alt:    #161616;
  --color-border:    #222222;
  --color-text:      #FFFFFF;
  --color-text-muted:#8892A0;
  --color-accent:    #00D4FF;
  --color-accent-dk: #0099CC;
  --color-success:   #00E676;
  --color-warning:   #FFB300;
  --color-error:     #FF5252;

  --font-main:       'Space Grotesk', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono:       'JetBrains Mono', 'Fira Code', monospace;

  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   16px;
  --radius-full: 9999px;

  --shadow-glow: 0 0 20px rgba(0, 212, 255, 0.15);
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.6);

  --transition: 0.2s ease;
  --transition-slow: 0.4s ease;

  --max-width: 1200px;
}
