<style>
    :root {
        /* Primary theme color */
        --primary-color: #ea596e;
        /* Primary theme text color */
        --primary-text-color: #fafafa;
        /* Primary theme link color */
        --primary-link-color: #d45063;
        /* Secondary color: the background body color */
        --secondary-color: #fcfaf6;
        --secondary-text-color: #303030;
        /* Highlight text color of table of content */
        --toc-highlight-text-color: #6e2a34;
    }
</style>