:root {
    --store96-accent: #d71920;
}

/* временно мягкий визуальный маркер */
html body a:hover {
    color: var(--store96-accent);
}