/* Root colors for consistency */
:root {
  --primary-color: #4CAF50;
  --secondary-color: #EAFBEA;
  --primary-hover: #409643;
  --border-color: #ddd;
  --shadow-color: #696969;
  --text-color: #333;
  --white: #FFF;
  --eye-color: #D3D3D3;
  --warning-color: #A3A300;
  --error-color: #FF0000;
  --font-family: 'Quicksand', sans-serif;
}