/* Подключение шрифтов из Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

/* Базовый шрифт сайта */
body,
.t-body,
.t-descr,
.t-text,
.t-input,
.t-form__input,
.t-btn,
.t-submit,
.t-menu,
.t-menu__link-item,
.t228__list_item,
.t228__right_buttons_wrap a {
    font-family: 'Manrope', Arial, sans-serif !important;
}

/* Заголовок в блоке T823 */
.t823__title.t-title.t-title_xs {
    font-family: 'Cormorant', Georgia, serif !important;
    text-transform: uppercase !important;
}