/* ==========================================================================
 * anthrazit:       hsl(0, 0%, 27%)
 * anthrazit cta:   hsl(197, 100%, 25%)
 * Abweichende Call-to-Action Farbe wegen Kontrast
 * color-highlight entspricht color-cta und wird benötigt,
 * um flächige Elemtente farbig hervorzuheben, wo anthrazit nicht ausreicht.
   ========================================================================== */

:root {
    --color: 0, 0%; /* base color */
    --l: 27%; /* initial lightness base color */
    --color-cta: 197, 100%; /* call to action color */
    --l-cta: 25%; /* initial lightness call to action color */
    --color-highlight: var(--color-cta); /* color highlight */
    --l-highlight: var(--l-cta); /* initial lightness color highlight */
    --l-modifier: 7%; /* added to lightness */
}
