/* Возвращаем черный цвет вместо красного */

:root {
    --accent-color: #111827;
}

a,
.menu a,
.t-menu__link-item,
.tn-atom,
.t-title,
.t-descr,
.t-text,
.t-btn:not(.t-submit),
span,
strong {
    color: #111827 !important;
}

svg,
svg path {
    fill: currentColor;
    stroke: currentColor;
}