:root {
  --bg-color: white;
  --secondary-bg: #f4f4f4;
  --navbar-bg: white;
  --primary-button-bg: #1B6478;
  --primary-hover-bg: #0059b3;
  --table-header-bg: #e8e8e8;
  --table-bg: white;
  --card-bg: white;
  --text-color: black;
  --button-text-color: white;
}

