:root {
  --primary-color: #003366;
  --secondary-color: #f2f2f2;
  --text-color: #333333;
  --background-color: #ffffff;
  --header-background: #003366;
  --header-text-color: #ffffff;
  --footer-background: #f2f2f2;
  --card-background: #ffffff;
  --card-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  --button-text-color: #ffffff;
  --font-family: 'Montserrat', sans-serif;
  --header-font-family: 'Lustria', serif;
  --menubar-color: #ffffff;
}

body.theme-accessible header .nav-pills .nav-link {
  color: var(--header-text-color) !important;
}

