:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f9f9f9;
  --background-dark: #017439; /* Using primary color for dark sections */
  --btn-register-bg: #C30808;
  --btn-login-bg: #C30808;
  --btn-register-text: #FFFF00;
  --btn-login-text: #FFFF00;
}