/* Дизайн-токены nav.tn.ru (Навигатор ТЕХНОНИКОЛЬ) */
:root {
    --tn-font: "ProximaNova", Arial, "Helvetica Neue", Helvetica, sans-serif;

    --tn-color-primary: #e72430;
    --tn-color-primary-dark: #c41e28;
    --tn-color-primary-hover: #cf202c;
    --tn-color-primary-dark-hover: #a81922;
    --tn-color-primary-06: rgba(231, 36, 48, 0.06);
    --tn-color-primary-08: rgba(231, 36, 48, 0.08);
    --tn-color-primary-surface: #fdf0f1;

    --tn-color-text: #1f1f1f;
    --tn-color-text-secondary: #676b77;
    --tn-color-text-muted: #9497a3;
    --tn-color-label: #353e51;

    --tn-color-border: #e1e5ee;
    --tn-color-border-input: #bdbfc6;
    --tn-color-bg: #f5f6fa;
    --tn-color-bg-card: #ffffff;

    --tn-color-link: #156ce1;
    --tn-color-yellow: #ffdb4d;
    --tn-color-yellow-hover: #ffd633;

    --tn-radius: 10px;
    --tn-radius-sm: 4px;
    --tn-shadow-card: 0 0 8px rgba(128, 128, 128, 0.18);
    --tn-container-max: 1200px;
}
