/*
Theme Name: Club Hockey - Divi Child
Theme URI: https://github.com/connormesec/club-hockey-theme
Template: Divi
Author: Connor Mesec
Author URI: https://github.com/connormesec
Description: Dark-themed Divi child theme for collegiate club hockey teams. Integrates with Puck Press for roster, schedule, stats, and news.
Version: 1.0.0

*/

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

  /* Navy palette */
  --navy:           #002B5C;
  --navy-deep:      #001838;
  --navy-mid:       #00408A;

  /* Silver palette */
  --silver:         #A8B8C8;
  --silver-light:   #D8E4EE;
  --silver-bright:  #EEF4F8;

  /* Core tokens mapped to palette */
  --primary:        #002B5C;
  --primary-dark:   #001838;
  --secondary:      #ffffff;
  --on-primary:     #ffffff;
  --on-secondary:   #001838;

  /* Surfaces */
  --bg:             #001838;
  --surface:        #000e1c;
  --surface-raised: #001428;
  --bg-drop:        #000810;
  --border:         rgba(168, 184, 200, 0.15);

  /* Text */
  --text:           #ffffff;
  --text-muted:     #A8B8C8;
  --text-faint:     #3a5a7a;

  --white:          #FFFFFF;
  --ice:            #EAF4FB;
}

/*
 * All styles are loaded from css/ via wp_enqueue_style in inc/enqueue.php.
 * See CLAUDE.md or README.md for the full list.
 */
