@import url("https://fonts.googleapis.com/css2?family=Italianno&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Jost", sans-serif;
}

.active {
  background-color: #f3f4f6;
  border-color: transparent;
}
.tab-btn {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.tab-content {
  padding: 20px;
}
.hidden {
  display: none;
}

.sticky {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-top: 0;
  background-color: #fff !important;
  padding: 10px;
  border-bottom: none;
  box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}
