html.dark,
:root {
    --primary-color: #ef4444;
    --primary-text: #fff;
    --primary-fill: #ef4444;
    --primary-active-text: #ef4444;
    --primary-hover-fill: #f87171;
    --primary-active-fill: #fca5a5
}