* {
  font-weight: 300;
  font-family: "Wix Madefor Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Unbounded", sans-serif !important;
}

.fs-7 {
  font-size: 0.9rem;
}

.fs-8 {
  font-size: 0.8rem;
}

.scrollable-hidden {
  scrollbar-width: none; /* Для Firefox */
  -ms-overflow-style: none; /* Для IE/Edge */
}
.scrollable-hidden::-webkit-scrollbar {
  display: none; /* Для Chrome/Safari/Opera */
}

