
:root {
    --theme-color-h1: #5F2A7A;
--theme-color-h2: #5F2A7A;
--theme-color-h3: #000000;
--theme-color-h4: #000000;
--theme-color-a: #000000;
--theme-color-strong: #5F2A7A;
--theme-color-accent: #5F2A7A;
--theme-color-onaccent: #FFFFFF;
--theme-color-highlight: #6dccce;
--theme-color-currentnavcolor: #000000;
--theme-color-currentnavbg: #6dccce;
    
    --theme-font-body: "merriweather", Arial, Helvetica, sans-serif;
    --theme-font-heading: "merriweather", Arial, Helvetica, sans-serif;
}