:root{
    --header-bg: rebeccapurple;
    --header-text-color: white;
}

:root[theme="dark"]{
    --red: red;
}