/*
 * Custom CSS 2
 */

[data-bs-theme="light"] {
  .text-bg-secondary {
	color: #000000 !important;
	background-color: #EEEEEE !important;
  }
}


[data-bs-theme="dark"] {
	
	body {
		background-color: #333333;
	}
}