@charset "UTF-8";

@import url("theme.css");

.bg-theme {
	background-color: rgba(var(--theme-green-rgb), var(--bs-bg-opacity, 1)) !important;
}

::-moz-selection {
  color: white;
  background: rgba(var(--theme-green-rgb), 1);
}

::selection {
  color: white;
  background: rgba(var(--theme-green-rgb), 1);
}
