/*
Theme Name: Arcade Venezuela
Theme URI: #
Author: Arcade Team
Author URI: #
Description: Tema personalizado para Arcade Venezuela con estilo cyberpunk/gaming.
Version: 1.0
Requires at least: 5.8
Tested up to: 6.3
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: arcadevenezuela
*/

/* Core styles will be in assets/css/main.css. This file just provides CSS Variables for use across the theme. */
:root {
  /* Colors */
  --bg-dark: #070b13;
  --bg-panel: #0d121c;
  --bg-panel-light: #151d2a;
  --bg-glass: rgba(13, 18, 28, 0.75);
  
  --color-text-main: #ffffff;
  --color-text-muted: #8b9bb4;
  
  --neon-green: #2bfb5e;
  --neon-green-dim: rgba(43, 251, 94, 0.2);
  
  --neon-gold: #fbbb2b;
  --neon-gold-dim: rgba(251, 187, 43, 0.2);
  
  --neon-purple: #a62bfb;
  --neon-purple-dim: rgba(166, 43, 251, 0.2);
  
  --neon-blue: #2bbbfb;
  --neon-blue-dim: rgba(43, 187, 251, 0.2);
  
  --border-glass: 1px solid rgba(255, 255, 255, 0.08);
  --border-radius-lg: 16px;
  --border-radius-md: 8px;
  --border-radius-sm: 4px;
}
