@charset "UTF-8";
@import url("../coreui-5.0.0/css/coreui.css");
@import url("../coreui-5.0.0/css/themes/bootstrap/bootstrap-icons.css");

.fw-light {
  font-weight: 600 !important;
}

.bg-primary-2 {
  background-color: var(--cui-primary2)
}

.text-green {
  color: green !important;
}

.text-red {
  color: red !important;
}