.gallery:not(.js-gallerySwiper) {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.content_cards_2.team-photos .card .card__image {
  aspect-ratio: 3 /4;
}

.header__logo {
  display: flex;
  align-items: flex-start;
  width: 130px;
}

/* .header-transparent .header__logo img {
  filter: invert(1);
} */

.header.scrolled .header__logo img {
  filter: invert(0);
}

.button.button-outlined,
.button.button-filled {
  border-radius: 0;
}

html {
  --c-surface-accent: #000000;
  --c-text-accent: #000000;
  --c-surface-subdued: #e5e4e2;
  --c-surface-subdued-hovered: #dedcdb;
  --c-surface-accent-hovered: #1d1d1d;
  --c-text-accent-hovered: #1d1d1d;
  --c-surface-primary: rgb(205 205 205 / 30%);
}

html,
.f-h1,
.f-h2,
.f-h3,
h1,
h2,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
}

@media (min-width: 992px) {
  .block_banner.banner-hero {
    min-height: 768px;
  }
}

@font-face {
  font-family: "Manrope";
  font-weight: 125 950;
  font-style: normal;

  src: url("../main/assets/fonts/Manrope/Manrope-VariableFont_wght.ttf")
    format("truetype");
}

@font-face {
  font-family: "Jost";
  font-weight: 125 950;
  font-style: normal;

  src: url("../main/assets/fonts/Jost/Jost-VariableFont_wght.ttf")
    format("truetype");
}
