/* ===== SOLO REALTY — ПРЕМИУМ СТИЛЬ ===== */

/* Переопределение шрифтов заголовков на Cormorant Garamond */
.t-heading,
.t-title,
[class*="t-heading"],
.tn-atom[field="title"],
.tn-atom[field="descr"],
.t396__artboard .tn-atom[field="title"],
h1, h2, h3 {
        font-family: 'Cormorant Garamond', Georgia, serif !important;
            letter-spacing: 0.02em;
            }
            
            /* Шрифт для заголовков подблоков (OrchideaPro → Cormorant) */
            .t-item__title,
            .t-card__title,
            .t-col__title,
            [class*="__title"],
            .t-text strong {
                    font-family: 'Cormorant Garamond', Georgia, serif !important;
                    }
                    
                    /* Золотой акцент для кнопок меню и навигации */
                    .t-menu__link-item:hover {
                            color: #C9A96E !important;
                            }
                            
                            /* Утончённый tracking для всего текста */
                            body {
                                    letter-spacing: 0.01em;
                                    }
                                    
                                    /* Золотой цвет для активных ссылок */
                                    a:hover {
                                            color: #C9A96E !important;
                                            }
                                            
                                            /* Премиум-стиль для номера телефона */
                                            .t394 .t-phone,
                                            [class*="phone"] {
                                                    font-family: 'Cormorant Garamond', Georgia, serif !important;
                                                        letter-spacing: 0.05em;
                                                            font-weight: 400;
                                                            }
                                            }
                                    }
                            }
                    }
            }
}

/* Уменьшение hero-заголовков на внутренних страницах (Услуги, Блог, Контакты) */
.t102__title {
    font-size: 42px !important;
    line-height: 1.2 !important;
}

@media (max-width: 768px) {
    .t102__title {
        font-size: 32px !important;
    }
}