article h1,article h2,article h3,article h4,article h5,article h6{padding-left:1rem;position:relative}article h1:before,article h2:before,article h3:before,article h4:before,article h5:before,article h6:before{font-family:var(--codeFont);opacity:.7;font-size:.65rem;font-weight:700;line-height:1;position:absolute;bottom:3px;left:.1em}article h1:before{content:"H1";color:var(--h1-color,var(--gray))}article h2:before{content:"H2";color:var(--h2-color,var(--gray))}article h3:before{content:"H3";color:var(--h3-color,var(--gray))}article h4:before{content:"H4";color:var(--h4-color,var(--gray))}article h5:before{content:"H5";color:var(--h5-color,var(--gray))}article h6:before{content:"H6";color:var(--h6-color,var(--gray))}