/*
Theme Name: VIP Academy
Theme URI: http://localhost/vipacademy
Author: VIP Academy Team
Author URI: http://localhost/vipacademy
Description: Feminine, wellness-focused theme for VIP Academy - transformative coaching for awakened women
Version: 3.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ====== CHARTE GRAPHIQUE VIP ACADEMY ====== */
:root {
  /* BRAND COLORS - NOUVELLE PALETTE */
  --color-primary-1: #E6D7B2;      /* Beige clair */
  --color-primary-2: #D5A58E;      /* Terracotta/Rose */
  --color-primary-3: #F6E3D6;      /* Peach très clair */
  --color-primary-4: #924D40;      /* Marron foncé/Bordeaux */
  --color-primary-5: #C09144;      /* Or/Marron chaud */

  /* BG PRINCIPAL */
  --color-bg-main: #FFFDF4;        /* Crème très clair */
  --color-bg-white: #ffffff;

  /* TEXT COLORS */
  --color-text-dark: #924D40;      /* Marron foncé pour texte */
  --color-text-light: #D5A58E;     /* Terracotta clair */
  --color-text-muted: #C09144;     /* Or pour accents */
  --color-text-white: #ffffff;

  /* BORDERS & SHADOWS */
  --color-border-light: #E6D7B2;
  --color-border-warm: #D5A58E;

  /* TYPOGRAPHY - CUSTOM FONTS */
  --font-heading: 'Alice', serif;
  --font-body: 'Outfit', 'Glacial Indifference', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-accent: 'Alice', serif;
  --font-logo: 'TT Ricordi Nobili', serif;

  /* SPACING */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-xxl: 5rem;
  --spacing-xxxl: 7rem;

  /* DESIGN TOKENS */
  --border-radius: 20px;
  --border-radius-lg: 30px;
  --transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  --shadow-light: 0 2px 8px rgba(146, 77, 64, 0.05);
  --shadow-md: 0 8px 20px rgba(146, 77, 64, 0.1);
  --shadow-lg: 0 20px 40px rgba(146, 77, 64, 0.15);
}

/* Note: All other styles loaded from:
   - css/global.css (base styles, components)
   - css/page-{slug}.css (page-specific color dominance)
   Enqueued dynamically via functions.php
*/
