@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap");

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

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;
  } */
