html,
body,
#app,
main,
article,
.entry-content,
p,
span,
li,
a,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans 3', Arial, sans-serif !important;
}

body { font-size: 10px; line-height: 1.40; }
p { font-size: 16px; line-height: 1.65; }
.text__content p { font-size: 15px !important; line-height: 1.45 !important; }
h1 { font-size: 26px; line-height: 1.25; font-weight: 700; }
.text__content h1 { font-size: 32px !important; line-height: 1.3 !important; font-weight: 700 !important; margin-top: 8px !important; margin-bottom: 16px !important; }
h2 { font-size: 22px; line-height: 1.35; font-weight: 700; }
.text__content h2 { font-size: 22px !important; line-height: 1.30 !important; font-weight: 700 !important; }
h3 { font-size: 14px; line-height: 1.40; font-weight: 600; }
.text__content h3 { font-size: 19px !important; line-height: 1.4 !important; font-weight: 600 !important; margin-top: 24px !important; margin-bottom: 8px !important; }
.home article h3, .home article h2 { line-height: 1.35; }
.home article { margin-bottom: 18px; }
footer { padding-top: 40px; padding-bottom: 40px; }
footer p, footer li, footer a { line-height: 1.6; display: block; }
footer .contact, footer .kontakt { margin-bottom: 16px; }

.single article h3.text-sm,
.single article h3.text-md { font-size: 14.5px !important; line-height: 1.4 !important; font-weight: 600 !important; }
.sidebar h3, aside h3 { font-size: 13.5px !important; line-height: 1.35 !important; font-weight: 600 !important; }
.home .entry-title, .home article h1 { font-size: 22px !important; line-height: 1.3 !important; font-weight: 700 !important; }
.home article h2, .home article h3 { font-size: 15px !important; line-height: 1.35 !important; font-weight: 600 !important; }

.home-hot-topics { margin: 32px auto; max-width: 1100px; }
.home-hot-topics__header { margin-bottom: 24px; }
.home-hot-topics__header h2 { font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.home-hot-topics__header p { font-size: 14px; color: #6b7280; }
.home-hot-topics__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.home-hot-topics__item { background: #fff; border-radius: 12px; padding: 16px; box-shadow: 0 2px 6px rgba(0,0,0,.06), 0 8px 20px rgba(0,0,0,.08); display: flex; flex-direction: column; gap: 10px; transition: box-shadow .15s ease; text-decoration: none; }
.home-hot-topics__item:hover { box-shadow: 0 4px 10px rgba(0,0,0,.08), 0 14px 30px rgba(0,0,0,.12); }
.home-hot-topics__tag { align-self: flex-start; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 999px; background: #f3f4f6; color: #374151; text-transform: uppercase; }
.home-hot-topics__title { font-size: 17px; font-weight: 800; color: #111; }
.home-hot-topics__desc { font-size: 14px; color: #374151; line-height: 1.4; }
@media (max-width: 900px) { .home-hot-topics__list { grid-template-columns: 1fr; } }
