/* Only white lettering receives a hairline contour and subtle shadow. */
html body :is(#hawan-text-effects,*),html body *::before,html body *::after{text-shadow:none!important;-webkit-text-stroke-width:0!important}
html body [data-text-contour]{filter:none!important}
html body :is(#hawan-text-effects,[data-text-contour="white"]){-webkit-text-stroke:.2px #44403c!important;paint-order:stroke fill;text-shadow:0 1px 2px rgba(32,24,18,.3)!important}

html body :is(#hawan-text-effects,[data-text-contour="accent"]){text-shadow:0 1px 2px rgba(32,24,18,.3)!important}
