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

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