/*
 * fonts-override.css
 * Перевод всего сайта на Manrope + Unbounded.
 * Подключать после fonts.css и после styles.css.
 *
 * CJK fallback: PingFang SC (Mac/iOS), Microsoft YaHei (Windows), Noto Sans SC (Android/Linux)
 * — эти шрифты автоматически применяются только для китайских символов (Manrope их не содержит).
 */

/* Базовый шрифт документа */
html,
body {
    font-family: 'Manrope', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', Arial, sans-serif !important;
}

/* Всё остальное текстовое содержимое */
p,
a,
span,
li,
label,
td,
th,
button,
input,
select,
textarea,
.dropdown-item,
.footer-top__menu-link,
.widget-form__label-text,
.contacts__list-item,
[class*="__text"],
[class*="__description"],
[class*="__subtitle"],
[class*="-card__"],
.page-description,
.accordion-container .accordion .accordion-item button,
.reviews-card__text,
.reviews-card__more,
.terminal-card__description,
.room-card__advantages-item-text {
    font-family: 'Manrope', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', Arial, sans-serif !important;
}

/* Заголовки — Unbounded */
h1,
h2,
.h1,
.h2,
.section-title,
.main-banner__content-title,
.page-start-banner__title,
.booking__title,
.reviews-card__title,
.terminal-card__title,
.room-card__title,
.page-section__title,
.faq-top-banner .main-banner__content-subtitle,
[class*="__title"] {
    font-family: 'Unbounded', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', Arial, sans-serif !important;
}

/* Кнопки бронирования — Manrope */
.widget-form__button,
.page-btn,
.btn,
.form_order_send_button,
.popup-review__btn,
.modern-offers .nav__next-btn {
    font-family: 'Manrope', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', Arial, sans-serif !important;
    letter-spacing: 0.02em;
}

/* Навигация — Manrope */
.footer-top__menu-link,
.header-lang__item,
.header-lang__list-item,
#horizontal-multilevel-menu-top1 a {
    font-family: 'Manrope', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', Arial, sans-serif !important;
}

/* Unbounded для крупных цен и чисел */
.modern-offers .offers__price,
.modern-offers .offers__item-name,
.reviews-stars__text {
    font-family: 'Unbounded', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', Arial, sans-serif !important;
}
