/**
 * AXIV Elementor color compatibility.
 *
 * The --theme-palette aliases are retained only because existing Elementor
 * documents store those global IDs. Their values are now owned by AXIVTheme.
 */
:root {
    --axiv-color-primary: #1a1a1a;
    --axiv-color-secondary: #f2f2f2;
    --axiv-color-white: #ffffff;
    --axiv-color-accent: #0072ff;
    --axiv-color-technology-gray: #a7a9ac;
    --axiv-color-confirmation: #00b67a;
    --axiv-color-surface: #f2f5f7;
    --axiv-color-surface-light: #fafbfc;

    --e-global-color-blocksy_palette_1: var(--axiv-color-accent);
    --e-global-color-blocksy_palette_2: var(--axiv-color-primary);
    --e-global-color-blocksy_palette_3: var(--axiv-color-technology-gray);
    --e-global-color-blocksy_palette_4: var(--axiv-color-secondary);
    --e-global-color-blocksy_palette_5: var(--axiv-color-confirmation);
    --e-global-color-blocksy_palette_6: var(--axiv-color-surface);
    --e-global-color-blocksy_palette_7: var(--axiv-color-surface-light);
    --e-global-color-blocksy_palette_8: var(--axiv-color-white);

    --theme-palette-color-1: var(--axiv-color-accent);
    --theme-palette-color-2: var(--axiv-color-primary);
    --theme-palette-color-3: var(--axiv-color-technology-gray);
    --theme-palette-color-4: var(--axiv-color-secondary);
    --theme-palette-color-5: var(--axiv-color-confirmation);
    --theme-palette-color-6: var(--axiv-color-surface);
    --theme-palette-color-7: var(--axiv-color-surface-light);
    --theme-palette-color-8: var(--axiv-color-white);
}
