:root {
  --primary-color: #61428E;
  --secondary-color: #F4F1F9;
  --dark-bg: #222;
  --light-text: #eee;
  --text-color: #000;
  --white: #fff;
  --transition: all 0.3s ease;
  --shadow: 0 2px 8px rgba(0,0,0,0.15);
  --border-radius: 8px;
}
