/**
 * Test-Theme: Rotes Farbschema
 * Nur auf der Testinstanz einbinden (nach style.css).
 * Überschreibt ausschließlich die Primärfarben.
 */

:root {
    --color-primary:       #7c1a1a;
    --color-primary-dark:  #501010;
    --color-primary-light: #a83030;
}
