/*
Theme Name: Rexorvex Premium
Theme URI: https://rexorvex.digital
Author: Rexorvex
Description: Tema Premium Dark Luxury y Cyber-Tech para Rexorvex Digital. Optimizado para conversión, velocidad y estética tecnológica.
Version: 1.0.0
Text Domain: rexorvex
*/

:root {
  /* Paleta Dark Luxury & Cyber-Tech */
  --bg-deep: #07090C;
  --bg-surface: #0B0F14;
  --bg-glass: rgba(11, 15, 20, 0.6);
  --bg-glass-light: rgba(255, 255, 255, 0.03);
  
  --accent-cyan: #00F0FF;
  --accent-violet: #8A2BE2;
  --accent-glow: rgba(0, 240, 255, 0.4);
  
  --text-main: #FFFFFF;
  --text-muted: #A0AAB5;
  --text-dark: #07090C;
  
  /* Tipografía */
  --font-heading: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  
  /* UI Elements */
  --border-glass: 1px solid rgba(255, 255, 255, 0.08);
  --radius-md: 12px;
  --radius-lg: 24px;
  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
