/*
Theme Name:  XpertsLeague
Theme URI:   https://www.xpertsleague.com/
Author:      XpertsLeague
Author URI:  https://www.xpertsleague.com/
Description: The official XpertsLeague theme — dark navy, orange accent, knowledge-sharing platform for expert contributors, instructors, and students.
Version:     1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License:     Proprietary
License URI: https://www.xpertsleague.com/
Text Domain: xpertsleague
Tags:        custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-site-editing, block-patterns, editor-style
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  /* Colours */
  --xl-bg:            #080D18;
  --xl-bg-card:       #0F1629;
  --xl-bg-elevated:   #141E35;
  --xl-bg-nav:        rgba(8, 13, 24, 0.95);
  --xl-orange:        #D9A64F;
  --xl-orange-hover:  #C6912F;
  --xl-orange-muted:  rgba(217, 166, 79, 0.15);
  --xl-white:         #EEF2FF;
  --xl-muted:         #94A3B8;
  --xl-border:        rgba(255, 255, 255, 0.08);
  --xl-border-hover:  rgba(217, 166, 79, 0.4);

  /* Typography */
  --font-display:     'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body:        'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono:        'Fira Code', 'Courier New', monospace;

  /* Sizing */
  --xl-radius:        8px;
  --xl-radius-lg:     16px;
  --xl-radius-pill:   999px;
  --xl-container:     1280px;
  --xl-gap:           2rem;

  /* Shadows */
  --xl-shadow-sm:     0 1px 3px rgba(0,0,0,0.4);
  --xl-shadow-md:     0 4px 16px rgba(0,0,0,0.5);
  --xl-shadow-lg:     0 8px 40px rgba(0,0,0,0.6);
  --xl-shadow-orange: 0 4px 24px rgba(217, 166, 79, 0.25);

  /* Transitions */
  --xl-transition:    0.2s ease;
  --xl-transition-lg: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
