/*
Theme Name: Valora Sport
Theme URI: https://valorasport.com
Author: Valora Sport
Author URI: https://valorasport.com
Description: Professional marketing platform theme for elite student athletes and professional soccer players. Fully compatible with Elementor page builder. Features bilingual EN/ES support, animated sections, and a complete athlete evaluation form.
Version: 1.0.0
Tested up to: 6.7
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: valora-sport
Tags: one-page, custom-logo, elementor, sports, athlete, soccer, bilingual
*/

/* ═══════════════════════════════════
   BRAND COLORS
   ═══════════════════════════════════ */
:root {
  --navy: #151530;
  --navy-light: #1e1e42;
  --navy-mid: #252550;
  --sky: #8ecae6;
  --purple: #6b5aad;
  --magenta: #d946a8;
  --pink: #e84490;
  --grad-brand: linear-gradient(135deg, #8ecae6 0%, #6b5aad 45%, #d946a8 100%);
  --grad-accent: linear-gradient(135deg, #6b5aad 0%, #d946a8 100%);
  --grad-soft: linear-gradient(135deg, rgba(107,90,173,0.06) 0%, rgba(217,70,168,0.04) 100%);
  --white: #ffffff;
  --snow: #fafbfd;
  --cloud: #f5f5fa;
  --pearl: #ecedf2;
  --silver: #c8c9d4;
  --body: #555568;
  --slate: #3d3d55;
  --dark: #1a1a35;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Sora', system-ui, sans-serif;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --radius: 14px;
  --radius-lg: 22px;
}
