/*
Theme Name: San Justo Hierros
Theme URI: https://sanjustohierros.com.py
Author: San Justo Hierros
Author URI: https://sanjustohierros.com.py
Description: Tema profesional custom para San Justo Hierros — E-commerce de acero, hierros y materiales de construcción. Compatible con WooCommerce.
Version: 1.0.10
Requires at least: 6.0
Requires PHP: 8.0
Tested up to: 6.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sanjusto
Tags: e-commerce, woocommerce, custom-logo, custom-menu, featured-images

San Justo Hierros — Calidad y precio justo
*/

:root {
  --color-primary: #c41e2a;
  --color-primary-hover: #e02533;
  --color-primary-dark: #8b1520;
  --color-primary-rgb: 196, 30, 42;
  --bg-dark: #0c1220;
  --bg-dark-secondary: #111827;
  --bg-card-dark: #151d2e;
  --border-dark: #1e293b;
  --border-light: #e2e8f0;
  --bg-light: #f8fafc;
  --bg-white: #ffffff;
  --text-white: #f1f5f9;
  --text-white-muted: #94a3b8;
  --text-dark: #0f172a;
  --text-dark-secondary: #475569;
  --steel-300: #94a3b8;
  --steel-500: #475569;
  --steel-700: #1e293b;
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.2);
  --shadow-lg: 0 10px 25px -3px rgba(0,0,0,0.3);
  --shadow-glow: 0 0 20px rgba(var(--color-primary-rgb), 0.3);
  --font-primary: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-full: 9999px;
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 400ms ease;
  --header-height: 80px;
}
