/* COMPLEX: заголовки — пиксельные (Press Start 2P), мелкий текст — обычный системный шрифт. */
*,
body, p, span, a, li, ul, ol, button, input, select, textarea, label,
nav, footer, header, section, article, aside, main, td, th, div, small, strong, em, blockquote {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* заголовки — блочный пиксель */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Press Start 2P', cursive !important;
}

/* ЛОГО RetroStream: 'Stream' тоже пиксельный, как 'Retro' (цельный логотип) */
h1 span, h1 * {
  font-family: 'Press Start 2P', cursive !important;
}

/* FOOTER: пункты МЕНЬШЕ заголовков колонок (заголовки h3 = 14px) */
footer a, footer li {
  font-size: 12.5px !important;
  line-height: 2 !important;
}
