/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.1.1.1775074149
Updated: 2026-04-01 20:09:09

*/

/* ==============================================
   Global Variables
   ============================================== */
:root {
  --content-width: 100%;
  --content-max-width: 1280px;

  /* Team colors */
  --primary:        #7A0019;
  --primary-dark:   #5a0012;
  --secondary:      #FFCC33;
  --on-primary:     #ffffff;
  --on-secondary:   #1a0508;

  /* Surfaces */
  --bg:             #111214;
  --surface:        #1c1e22;
  --surface-raised: #242629;
  --bg-drop:        #16181b;
  --border:         rgba(255, 255, 255, 0.08);

  /* Text */
  --text:           #f0f0f0;
  --text-muted:     #888;
  --text-faint:     #555;
}

/*
 * All styles are loaded from css/ via wp_enqueue_style in inc/enqueue.php:
 *   css/reset.css       — Divi overrides
 *   css/typography.css   — Fonts & headings
 *   css/header.css       — Header, nav, dropdowns
 *   css/hero.css         — Hero banner & buttons
 *   css/components.css   — Sections, cards, scores, etc.
 *   css/footer.css       — Footer CTA & main footer
 *   css/responsive.css   — All media queries
 */
