:root {
    --theme-color: #b21717;
    --theme-color-secondary: rgb(178, 23, 23, .8);
}
:root[data-theme="dark"]  {
    --theme-color: #000;
}