:root {
        --font-primary: "Helvetica Neue", Helvetica, sans-serif;

        --color-theme-1-hue: 204;
        --color-theme-1-saturation: 64%;
        --color-theme-1-lightness: 40%;
        --color-theme-1: hsl(var(--color-theme-1-hue), var(--color-theme-1-saturation), var(--color-theme-1-lightness));

        --color-theme-2-hue: 0;
        --color-theme-2-saturation: 0%;
        --color-theme-2-lightness: 100%;
        --color-theme-2: hsl(var(--color-theme-2-hue), var(--color-theme-2-saturation), var(--color-theme-2-lightness));

        --color-theme-3-hue: 0;
        --color-theme-3-saturation: 0%;
        --color-theme-3-lightness: 20%;
        --color-theme-3: hsl(var(--color-theme-3-hue), var(--color-theme-3-saturation), var(--color-theme-3-lightness));

        --color-theme-4-hue: 0;
        --color-theme-4-saturation: 0%;
        --color-theme-4-lightness: 0%;
        --color-theme-4: hsl(var(--color-theme-4-hue), var(--color-theme-4-saturation), var(--color-theme-4-lightness));

        --color-theme-5-hue: 0;
        --color-theme-5-saturation: 0%;
        --color-theme-5-lightness: 35%;
        --color-theme-5: hsl(var(--color-theme-5-hue), var(--color-theme-5-saturation), var(--color-theme-5-lightness));

        --color-theme-6-hue: 27;
        --color-theme-6-saturation: 31%;
        --color-theme-6-lightness: 94%;
        --color-theme-6: hsl(var(--color-theme-6-hue), var(--color-theme-6-saturation), var(--color-theme-6-lightness));
    }
html { font-family: "Helvetica Neue", Helvetica, sans-serif; } .navbar { background-color: #036ebc; } .default-bg { background-color: #f5f4f4; } .apply-flow-navigation-singlepage::before { background-color: #f5f4f4; }
