:root {
  --primary-bg: white;
  --secondary-bg: #333333;
  --text-color: #333333;
  --secondary-text-color: white;
  --text-primary-color: #5169FF;
  --text-color-on-primary: white;
  --text-primary-hover: #333333;
  --border-color: #d1d5db;
  --link-color: #5169FF;
  --footer-color: #333333;
  --footer-text-color: white;
  --header-shadow: 0 4px 140px 0 rgba(0, 0, 0, 0.11);
}
