* {
--primary-color: #F7931E;          /* Warm, vibrant orange for buttons, accents, highlights (solar energy vibe) */
  --primary-color-rgb: 247, 147, 30; /* RGB version for rgba() usage */
  --bg-dark-1: #163563;              /* Main dark blue background/header – trust & professionalism */
  --bg-dark-2: #0f2647;              /* Deeper navy for sections or overlays */
  --bg-dark-3: #1e1e1e;              /* Near-black for footers or cards */
  --bg-dark-1-rgb: 22, 53, 99;       /* RGB for rgba() on dark-1 */

}