/* ===== Типографика с приоритетом ===== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin: 1.2em 0 0.6em !important;
  color: #0f172a !important;
}

h1 { font-size: 2rem !important; }   /* ~32px */
h2 { font-size: 1.6rem !important; } /* ~26px */
h3 { font-size: 1.3rem !important; } /* ~21px */
h4 { font-size: 1.1rem !important; } /* ~18px */
h5 { font-size: 1rem !important; }   /* ~16px */
h6 { font-size: 0.9rem !important; } /* ~14px */
