@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap");

body {
  font-family: "Nunito Sans", sans-serif;
}

.bg-primary {
  background-color: RGB(0, 145, 179) !important;
}

.bg-dark {
  background-color: RGB(44, 42, 41) !important;
}

.btn-primary {
  color: #fff;
  background-color: RGB(0, 145, 179) !important;
  border-color: #2c3e50;
}

.text-warning {
  color: RGB(246, 159, 20) !important;
}

.text-secondary {
  color: RGB(44, 42, 41) !important;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: RGB(246, 159, 20) !important;
}

a {
  color: RGB(246, 159, 20) !important;
}

a:hover .dropdown-item {
  color: #fff !important;
  background-color: RGB(0, 145, 179) !important;
}

/* body {
    margin: 0;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol";
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  } */
