/*
 Theme Name:   Maxcare Child
 Description:  Дочерняя тема для темы Maxcare
 Author:       Ваше имя
 Template:     maxcare
 Version:      1.0.0
*/

/* ===== CSS Variables ===== */
/* Принудительная загрузка стилей */

@import url("../maxcare/style.css");

/* Заголовки */
h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.section-title,
.post-title,
.widget-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

/* Размеры заголовков */
h1, .entry-title, .page-title { font-size: 36px !important; }
h2, .section-title { font-size: 28px !important; }
h3 { font-size: 22px !important; }
h4 { font-size: 18px !important; }
h5 { font-size: 16px !important; }
h6 { font-size: 14px !important; }

/* Хлебные крошки */
.breadcrumbs,
.breadcrumb {
    font-size: 13px !important;
    letter-spacing: normal !important;
}

/* Сайдбар */
.widget-area h3,
.sidebar .widget-title {
    font-size: 18px !important;
}

.widget-area a,
.sidebar a {
    text-decoration: none !important;
    font-size: 14px !important;
}

.widget-area .date,
.sidebar .date {
    font-size: 12px !important;
    color: #888 !important;
}