/* Site headings: preserve the theme's font size, weight, spacing and alignment. */
body :is(.main-page-wrapper, main, .footer-container, footer) :is(h1,h2,h3,h4,h5,h6,.elementor-heading-title,.title-wrapper .title,.widget-title),
body :is(.page-title .entry-title,.kce-section-head h2){
 color:#171717!important;
 text-shadow:0 1px 0 rgba(255,255,255,.9),0 2px 0 rgba(0,0,0,.10),0 3px 4px rgba(0,0,0,.13)!important;
}
body :is(.main-page-wrapper, main, .footer-container, footer) :is(h1,h2,h3,h4,h5,h6,.elementor-heading-title,.widget-title) > a{
 color:inherit;
 text-shadow:inherit;
}
@media print{
 body :is(h1,h2,h3,h4,h5,h6,.elementor-heading-title,.widget-title){text-shadow:none!important}
}
