/* This definition is overwritten within the mkdocs.yml
 * configuration file, where the primary and accent color
 * are re-defined for the bright and the dark mode
 */
:root {
    --md-primary-fg-color:        #009682;
    --md-primary-fg-color--light: #00e9ca;
    --md-primary-fg-color--dark:  #00473e;
}
