ul, ol {
    li::marker {
        color: var(--wp--preset--color--gray-10);
        font-weight: 700;
    }
}

ul.is-style-checkmark-list {
    list-style-type: "\2713";
}
ul.is-style-checkmark-list li::marker {
    color: var(--wp--preset--color--orange);
    font-weight: 700;
}