@font-face{font-family:"Gerhaus";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/Gerhaus-Regular-1.woff2") format("woff2")}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Manrope-Variable.ttf") format("truetype");
}


@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Manrope-Variable.ttf") format("truetype");
}

body p,
body p * {
  font-family: "Manrope", Arial, Helvetica, sans-serif !important;
}

/* The supplied SVG contains the complete wordmark, so no leading icon is needed. */
.header__logo {
  max-width: 150px;
}

.header__logo .logo__img {
  width: 150px;
  height: auto;
  padding-left: 0;
}

.footer .logo__img {
  width: 230px;
  height: auto;
  padding-left: 0;
}

@media (max-width: 575px) {
  .header__logo .logo__img {
    width: 140px;
    height: auto;
    padding-left: 0;
  }

  .footer .logo__img {
    width: min(230px, 100%);
  }
}

/* Dropdown indicators use a CSS shape so they do not depend on an image URL. */
.nav__arrow {
  flex-shrink: 0;
  -webkit-mask: none;
  mask: none;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.contact-telegram { display: inline-flex; align-items: center; gap: 10px; }

