body {
  font-family: Larken;
  background: #fefaf4;
}
#navbar-top {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #123f78;
}

#table-section {
  margin-top: 100px;
}

.growthPositive {
  color: green;
}

.growthNegative {
  color: red;
}

.btn-secondary {
  background-color: #123f78 !important;
}

.active > .page-link,
.page-link.active {
  background-color: #123f78 !important;
  color: white;
}

.page-link {
  color: #123f78;
}

h4 {
  color: #123f78;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  font-family: "Font";
}
