/* CSS */
/* 1) Noto Sans — кириллица */
@font-face {
  font-family: "Noto Sans";
  src: url("/public/assets/fonts/noto-sans/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-04FF, U+0500-052F, U+2DE0-2DFF, U+A640-A69F, U+1C80-1C88, U+20B4;
}
@font-face {
  font-family: "Noto Sans";
  src: url("/public/assets/fonts/noto-sans/NotoSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-04FF, U+0500-052F, U+2DE0-2DFF, U+A640-A69F, U+1C80-1C88, U+20B4;
}
/* 2) Noto Sans — латиница */
@font-face {
  font-family: "Noto Sans";
  src: url("/public/assets/fonts/noto-sans/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans";
  src: url("/public/assets/fonts/noto-sans/NotoSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* 3) Noto Sans Armenian — армянский */
@font-face {
  font-family: "Noto Sans Armenian";
  src: url("/public/assets/fonts/noto-sans/NotoSansArmenian-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0530-058F, U+FB13-FB17;
}
@font-face {
  font-family: "Noto Sans Armenian";
  src: url("/public/assets/fonts/noto-sans/NotoSansArmenian-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0530-058F, U+FB13-FB17;
}
/* 4) Привязка к языку страницы (автоматически, без JS) */
:root {
  --font-sans: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-arm: "Noto Sans Armenian", "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
/* По умолчанию EN/RU */
html:lang(en),
html:lang(ru) {
  font-family: var(--font-sans);
}
/* Армянская версия */
html:lang(hy) {
  font-family: var(--font-arm);
}
/* Рекомендуется также явно задать текстовые элементы */
body,
button,
input,
textarea,
select {
  font-family: inherit;
  font-weight: 400;
}
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
/* По желанию: контроль синтеза шрифтов */
html {
  font-synthesis-weight: none;
  font-synthesis-style: none;
}
/* ===== Font sizes ===== */
@media (min-width: 3840px) {
  body {
    font-size: 22px;
  }
}
@media (min-width: 3440px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 2560px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1920px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 810px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 744px) {
  body {
    font-size: 12px;
  }
  h1 {
    font-size: 2.441rem !important;
  }
}
@media (max-width: 430px) {
  body {
    font-size: 11px;
  }
  h1 {
    font-size: 1.841rem !important;
  }
}
@media (max-width: 412px) {
  body {
    font-size: 11px;
  }
}
@media (max-width: 390px) {
  body {
    font-size: 10px;
  }
}
@media print {
  body {
    background: none;
    color: black;
    font-size: 12pt;
  }
  a {
    text-decoration: underline;
  }
}
/* ===== Typography (scales with body font-size via rem) ===== */
body {
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
h1 {
  font-size: 3.052rem;
}
h2 {
  font-size: 2.441rem;
}
h3 {
  font-size: 1.953rem;
}
h4 {
  font-size: 1.563rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  font-size: 1rem;
  margin: 0 0 1em;
}
small {
  font-size: 0.875rem;
}
.lead {
  font-size: 1.125rem;
  line-height: 1.6;
}
h1 {
  font-size: clamp(1.8rem, 3.2rem, 3.052rem);
}
.primary_menu a {
  font-weight: 600;
  line-height: 1.4;
  font-size: clamp(0.95rem, 1.2rem, 1.125rem);
  text-decoration: none;
  padding: 0.5em 0.75em;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.primary_menu a:hover,
.primary_menu a[aria-current="page"] {
  opacity: 1;
}
.secondary_menu a {
  font-weight: 500;
  line-height: 1.4;
  font-size: clamp(0.875rem, 1.07rem, 1rem);
  text-decoration: none;
  padding: 0.4em 0.6em;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  opacity: 0.9;
}
.secondary_menu a:hover,
.secondary_menu a[aria-current="page"] {
  opacity: 1;
}
/*# sourceMappingURL=fonts.css.map */