h1, .nectar-highlighted-text h1, .page-header-title h1 {
  text-shadow: 0.9px 0 currentColor, 
               -0.9px 0 currentColor,
               0 0.9px currentColor,
               0 -0.9px currentColor;
}
h2, .nectar-highlighted-text h2, .page-header-title h2 {
  text-shadow: 0.5px 0 currentColor, 
               -0.5px 0 currentColor,
               0 0.5px currentColor,
               0 -0.5px currentColor;
}
h3, .nectar-highlighted-text h3, .page-header-title h3 {
  text-shadow: 0.5px 0 currentColor, 
               -0.5px 0 currentColor,
               0 0.5px currentColor,
               0 -0.5px currentColor;
}
h4, .nectar-highlighted-text h4, .page-header-title h4 {
  text-shadow: 0.5px 0 currentColor, 
               -0.5px 0 currentColor,
               0 0.5px currentColor,
               0 -0.5px currentColor;
}
h5, .nectar-highlighted-text h5, .page-header-title h5 {
  text-shadow: 0.5px 0 currentColor, 
               -0.5px 0 currentColor,
               0 0.5px currentColor,
               0 -0.5px currentColor;
}
h6, .nectar-highlighted-text h6, .page-header-title h6 {
  text-shadow: 0.2px 0 currentColor, 
               -0.2px 0 currentColor,
               0 0.2px currentColor,
               0 -0.2px currentColor;
}