$name: 'custom-font-family';
html[#{$name}--options--disable-title-punctuation-text-indent='true']
:is(
p[title^='「'],
p[title^='『'],
p[title^='【'],
h1[title^='「'],
h1[title^='『'],
h1[title^='【'],
h3[title^='「'],
h3[title^='『'],
h3[title^='【'],
p[title^='~'],
h3[title^='~'],
p[title^='《'],
h3[title^='《'],
p[title^='“'],
h3[title^='“'],
p[title^='~'],
h3[title^='~'],
p[title^='《'],
h3[title^='《']
) {
text-indent: initial !important;
}