/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
}

.bg-primary {
  background-color: #16a085 !important;
}
