:root {
    --theme-color-h1: #264b92;
    --theme-color-h2: #264b92;
    --theme-color-h3: #000000;
    --theme-color-h4: #000000;
    --theme-color-a: #264b92;
    --theme-color-strong: black;
    --theme-color-highlight: #264b92;
    --theme-color-on-highlight: white;
    --theme-color-accent: #264b92;
    --theme-color-on-accent: white;
    --theme-color-current-nav-color: white;
    --theme-color-current-nav-bg: #264b92;
    --theme-font-body: Arial, Helvetica, sans-serif;
    --theme-font-headings: "futura-pt", Arial, Helvetica, sans-serif;
}
