/* Custom CSS overrides for LeadHootz */

/* Remove focus outline from non-interactive heading elements */
h1[tabindex="-1"],
h2[tabindex="-1"],
h3[tabindex="-1"],
h4[tabindex="-1"],
h5[tabindex="-1"],
h6[tabindex="-1"] {
outline: none !important;
    box-shadow: none !important;
}

/* Ensure focus styles never apply to these elements */
h1[tabindex="-1"]:focus,
h2[tabindex="-1"]:focus,
h3[tabindex="-1"]:focus,
h4[tabindex="-1"]:focus,
h5[tabindex="-1"]:focus,
h6[tabindex="-1"]:focus {
  outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
