/* ==========================================================================
 * tannengruen-1:       hsl(185, 100%, 18%)
 * tannengruen-1 cta:   hsl(172, 98%, 24%)
 * 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: #017b6a; /* amChart hack */
    --color: 185, 100%; /* base color */
    --l: 18%; /* initial lightness base color */
    --color-cta: 172, 98%; /* call to action color */
    --l-cta: 24%; /* 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: 75%; /* added to lightness to create a pastel version of the theme highlight color)*/
}
