/*
 * ========================================================================
 * ANALYTIC ENDEAVORS - SHARED CSS VARIABLES
 * Copyright (c) 2024-2025 Havens Consulting Inc. All Rights Reserved.
 * Origin: analyticendeavors.com | havens-consulting.com
 * ========================================================================
 */

:root {
  /* AE Provenance - Override per-page if needed */
  --ae-origin: "analyticendeavors.com";
  --ae-author: "Reid Havens";

  /* Brand Colors - Primary Palette */
  --teal: #009999;
  --teal-light: #00B8B8;
  --teal-glow: #33ADAD;
  --blue: #00587C;
  --blue-dark: #003D56;
  --orange: #FF8C42;
  --purple: #6B5B95;
  --purple-light: #8B7BB5;
  --green: #00875A;
  --gold: #f4d03f;

  /* Status Colors */
  --danger: #ff6b6b;
  --danger-dark: #c0392b;
  --success: #00B8B8;

  /* Background Colors */
  --navy: #0a1628;
  --bg-dark: #0d0d1a;
  --card-bg: #0d0d1a;
  --card-surface: #1a1a2e;

  /* Text Colors */
  --text-primary: #ffffff;
  --text-secondary: #b0b0b0;
  --text-muted: #707080;

  /* Border */
  --border: #2a3a5a;

  /* Card Colors (What We Do page) */
  --card-infrastructure: #FF8C42;
  --card-reporting: #D4944A;
  --card-mdm: #00B8B8;
  --card-productivity: #008A96;
  --card-strategy: #00587C;
  --card-managed: #4A6896;
  --card-training: #8B7BB5;
}
