/* Color System Variables */
:root {
  --color-primary: #3690cb;
  --color-primary-hover: rgba(54, 144, 203, 0.8);
  --color-secondary: #b8930d;
  --color-accent: #74879f;
  --color-text: #000000;
  --color-text-light: #666666;
  --color-text-muted: #999999;
}
