@charset "utf-8";
/* 
 * Кастомные стили для темы dt-the7
 * Переопределение шрифтов на Roboto (селективный подход)
 */

/* Подключение Google Fonts Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Основные текстовые элементы */
body,
html {
    font-family: 'Roboto', sans-serif !important;
}

/* Заголовки */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
}

/* Основной контент */
p, div, span, article, section, 
.content, .post-content, .entry-content,
.widget-content, .sidebar-content {
    font-family: 'Roboto', sans-serif !important;
}

/* Навигация (только текст, не иконки) */
.main-nav a, .primary-nav a, .navigation a,
.menu-item a, .nav-menu a {
    font-family: 'Roboto', sans-serif !important;
}

/* Кнопки (только текст) */
.button, .btn, button,
input[type="submit"], input[type="button"] {
    font-family: 'Roboto', sans-serif !important;
}

/* Формы */
input[type="text"], input[type="email"], input[type="password"],
textarea, select {
    font-family: 'Roboto', sans-serif !important;
}

/* Футер */
.footer, footer,
.site-footer {
    font-family: 'Roboto', sans-serif !important;
}

/* Виджеты */
.widget-title, .widget-content {
    font-family: 'Roboto', sans-serif !important;
}

/* Специфичные классы темы The7 */
.dt-heading,
.dt-fancy-title,
.dt-fancy-subtitle,
.wf-td,
.wf-container,
.rollover-content,
.entry-title,
.entry-meta,
.post-meta {
    font-family: 'Roboto', sans-serif !important;
} 