/*
Theme Name: Kadence Child Theme - SEO Techie (v3)
Template: kadence
Author: SEO Techie
Version: 1.2.0
Description: Updated Kadence child theme with mobile-responsive heading adjustments and security hardening.
Text Domain: kadence-child-seotechie-v3
*/

/* Mobile responsive heading tweaks to ensure H1 doesn't overwhelm small screens */
h1 {
  /* Fallback for environments where theme.json isn't applied */
  font-weight: 800;
  line-height: 1.15;
}

/* Make large headings scale down on small devices */
@media (max-width: 600px) {
  h1 { font-size: 28px !important; }
  h2 { font-size: 22px !important; }
  h3 { font-size: 18px !important; }
  h4 { font-size: 16px !important; }
  body { font-size: 15px !important; }
}

/* Slightly adjust tablet sizes */
@media (min-width: 601px) and (max-width: 1024px) {
  h1 { font-size: 34px !important; }
  h2 { font-size: 28px !important; }
  h3 { font-size: 22px !important; }
}
