/* ===================================================================
   CSS CUSTOM PROPERTIES (VARIABLES)
   =================================================================== */

:root {
  /* Primary Colors */
  --primary-dark: #16486a;
  --primary-light: #2ea2dc;

  /* Accent Colors */
  --accent-green: #41af49;
  --accent-yellow: #f3b628;

  /* Neutral Colors */
  --light-gray: #f8f9fa;
  --dark-gray: #343a40;
  --background-white: #ffffff;

  /* Text Colors */
  --text-dark: #343a40;
  --text-muted: #6c757d;

  /* Borders & Shadows */
  --border-light: #e9ecef;
  --shadow-color: rgba(0, 0, 0, 0.1);
}
