/* ==========================================================================
 * orange-1:        hsl(26, 100%, 38%)
 * orange-1 cta:    hsl(26, 100%, 35%)
 * Abweichende Call-to-Action Farbe wegen Kontrast
 * color-highlight entspricht color
 * und wird für flächige Elemtente verwendet.
   ========================================================================== */

   :root {
    --nbg-theme-bg-highlight-hex: #b54e00; /* amChart hack */
    --color: 26, 100%; /* base color */
    --l: 38%; /* initial lightness */
    --color-cta: var(--color); /* call to action color */
    --l-cta: 35%; /* initial lightness call to action color */
    --color-highlight: var(--color); /* color highlight */
    --l-highlight: var(--l); /* initial lightness color highlight */
    --l-modifier: 7%; /* added to lightness */
    --l-modifier-pastel: 57%; /* added to lightness to create a pastel version of the theme highlight color)*/
}
