@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

body {
  font-family: "Quicksand", sans-serif;
}

.bg-purple {
  background: #7952b3 !important;
}

.bg-mendikbud {
  background: #297bbf !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #297bbf;
  border-radius: 0px !important;
}

.breadcrumb a {
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: white;
  content: "/";
}

.breadcrumb-item.active {
  color: white;
}
