.custom-span.h1.tag-1.span-0, .custom-span.h1.tag-1.span-1 {
    background: var(--mmx-blue-font);
    filter: var(--mmx-blue-bg);
    background-clip: text;
}

.custom-span.h1.tag-2.span-0
    {
        background: var(--mmx-red-font);
        filter: var(--mmx-red-bg);
        background-clip: text;
    }
.custom-span.h2.tag-2.span-0 {
    background: var(--mmx-green-font);
    filter: var(--mmx-green-bg);
    background-clip: text;
}