*, html {
    scroll-behavior: smooth !important;
}

.dynamic-toc ul {
    list-style: none;
    padding: 0;
}

.dynamic-toc ul span {
    color: var(--wp--preset--color--turquoise);
    font-size: 3rem;
    margin-right: 1rem;
    line-height: 0.75;
    vertical-align: middle;
}

.dynamic-toc ul a {
    text-decoration: none;
    color: var(--wp--preset--color--turquoise);
    font-size: 1.25rem;
    font-weight: 500;
}