:root {
    /* --- CORE COLORS (Most Frequent) --- */
    --theme-white: #ffffff;
    /* 240+ instances*/
    --theme-black1: #000000;
    --theme-black: #662b2b;
    /* 140+ instances  - не понятно где используется */
    --theme-primary1: #e5e6e1;
    --theme-primary: #8ba525;
    /* MAIN - Lead Planner primary color */
    --theme-secondary: #b0bbba;
    /* MAIN - Lead Planner secondary color - кнопки */
    --theme-accent: #ff4b22;
    /* MAIN - Keep Red */
    --theme-text1: #222222;
    --theme-text: #266149;
    /* MAIN - Body text - шрифты, кнопки и футер*/
    --theme-bg: #ffffff;
    /* MAIN - Background */
    --theme-bg-alt1: #dedede;
    /* MAIN - Section background */
    --theme-bg-alt: #da3b3b;
    /* MAIN - Section background */

    /* --- SECONDARY / UTILITY (Less Frequent) --- */
    --theme-accent-alt: #fe4a21;
    /* Optional - Button hover/active */
    --theme-text-dark: #2a2b2b;
    --theme-text-muted: #6c757d;
    --theme-border: #e8e9e4;
    --theme-border-light: #dee2e6;
    --theme-hr: #e5e6e1;
    --theme-silver: #cdcdcd;
    /* Optional - Separators */

    /* --- NON-ESSENTIAL (Can be ignored) --- */
    --theme-info: #0dcaf0;
    /* NOT USED */
    --theme-success: #198754;
    /* NOT USED */
    --theme-warning: #ffc107;
    /* NOT USED */
    --theme-danger: #dc3545;
    /* NOT USED */
    --theme-link: #0d6efd;
    /* NOT USED */

    /* Gray Scale - Bootstrap defaults */
    --theme-gray-100: #f8f9fa;
    --theme-gray-200: #e9ecef;
    --theme-gray-800: #212529;
}