/* style/index.css */
:root {
  --primary-color: #26A9E0;
  --secondary-color: #0056b3; /* Darker shade for hover */
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --background-color-light: #f8f9fa;
  --background-color-white: #ffffff;
  --border-color: #e0e0e0;
  --login-button-color: #EA7C07;
}