@font-face {
        font-family: "VIC";
        src: url("fonts/VIC/VIC.woff2") format("woff2"), url("fonts/VIC/VIC.woff") format("woff"), url("fonts/VIC/VIC.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }
@font-face {
        font-family: "VIC light";
        src: url("fonts/VIC light/VIC light.woff2") format("woff2"), url("fonts/VIC light/VIC light.woff") format("woff"), url("fonts/VIC light/VIC light.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }

:root {
    --theme-color-h1: #000000;
--theme-color-h2: #000000;
--theme-color-h3: #000000;
--theme-color-h4: #000000;
--theme-color-a: #000000;
--theme-color-strong: #075D5F;
--theme-color-highlight: #075D5F;
--theme-color-on-highlight: white;
--theme-color-accent: #075D5F;
--theme-color-on-accent: white;
--theme-color-current-nav-color: white;
--theme-color-current-nav-bg: #075D5F;
--theme-font-body: "VIC light", Arial, Helvetica, sans-serif;
--theme-font-headings: "VIC", Arial, Helvetica, sans-serif;
    }