/*
Theme Name: e-LEADS
Theme URI: https://github.com/jetrader-cu/e-leads-wp
Description: Custom WordPress theme for e-LEADS — Emerging Leaderships & Diplomacy. Minimalist, premium, and code-based.
Author: e-LEADS Team
Author URI: https://github.com/jetrader-cu/
Version: 2.0.4
Text Domain: eleads
*/

:root {
  --el-navy:       #0B1E3D;
  --el-navy-mid:   #152B54;
  --el-gold:       #D4A017;
  --el-gold-light: #F5C842;
  --el-red:        #C0392B;
  --el-white:      #FFFFFF;
  --el-off-white:  #F7F5F0;
  --el-gray-900:   #1A1814;
}

/* Base styles for the theme */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
