/*
Theme Name: Taxi T3P Formation
Theme URI: https://taxi-t3p-formation.fr
Author: Formation T3P
Author URI: https://taxi-t3p-formation.fr
Description: Thème WordPress moderne et professionnel pour la préparation à l'examen Taxi T3P. Comprend des cours, QCM, examens blancs et suivi de progression.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taxi-t3p
Tags: education, lms, e-learning, responsive, custom-colors, custom-menu, featured-images, footer-widgets

/* === DESIGN TOKENS === */
:root {
  /* Couleurs principales */
  --color-navy:       #0F1B2D;
  --color-navy-mid:   #1A2E4A;
  --color-navy-light: #243A5E;
  --color-taxi:       #F5C518;
  --color-taxi-dark:  #D4A800;
  --color-taxi-light: #FFF0A0;
  --color-white:      #FFFFFF;
  --color-off-white:  #F8F9FA;
  --color-mist:       #EEF2F7;
  --color-slate:      #4A5568;
  --color-slate-mid:  #718096;
  --color-slate-light:#A0AEC0;
  --color-success:    #22C55E;
  --color-warning:    #F59E0B;
  --color-error:      #EF4444;
  --color-info:       #3B82F6;

  /* Typographie */
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body:    'Source Sans 3', Georgia, serif;
  --font-mono:    'JetBrains Mono', 'Courier New', monospace;

  /* Échelle typographique */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;

  /* Espacement */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Bordures */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 20px;
  --radius-full: 9999px;

  /* Ombres */
  --shadow-sm:  0 1px 3px rgba(15,27,45,0.08), 0 1px 2px rgba(15,27,45,0.06);
  --shadow-md:  0 4px 6px rgba(15,27,45,0.07), 0 2px 4px rgba(15,27,45,0.05);
  --shadow-lg:  0 10px 15px rgba(15,27,45,0.10), 0 4px 6px rgba(15,27,45,0.05);
  --shadow-xl:  0 20px 25px rgba(15,27,45,0.12), 0 10px 10px rgba(15,27,45,0.04);
  --shadow-taxi: 0 4px 20px rgba(245,197,24,0.25);

  /* Transitions */
  --transition-fast:   150ms ease;
  --transition-base:   250ms ease;
  --transition-slow:   400ms ease;

  /* Layout */
  --container-max:  1280px;
  --container-wide: 1440px;
  --header-height:  72px;
}
