/* Blank — site-wide tweaks for the Hub theme header (loaded on every page).
   Caps the logo size and header padding on phones so the header never eats a quarter of the screen. */
@media (max-width: 991px) {
  #header .lqd-mobile-sec .navbar-brand img,
  #header .lqd-mobile-sec .module-logo img {
    max-height: 30px !important;
    width: auto !important;
    max-width: 150px !important;
  }
  #header .lqd-mobile-sec .module-logo { padding: 14px 0 !important; }
  #header .lqd-mobile-sec .lqd-mobile-sec-inner { min-height: 0 !important; }
}

/* Кириллица для русской версии: Be Vietnam Pro не содержит кириллических глифов,
   поэтому та же семья дополняется гранями Manrope только для диапазона кириллицы.
   Латиница по-прежнему рендерится Be Vietnam Pro, кириллица — Manrope, без правки селекторов темы. */
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/manrope-cyrillic.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/manrope-cyrillic-ext.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
