/**
 * Global theme variables (fallback for Elementor global colors).
 *
 * These mirror the Elementor Kit (`.elementor-kit-5`) global colors, which are
 * generated into wp-content/uploads/elementor/css/post-5.css from the DB and are
 * NOT version-controlled (uploads/ is gitignored). Defining them at :root here
 * guarantees the tokens resolve even when a context is not wrapped in the kit
 * class — e.g. the play modal and contact CTA, which consume
 * --e-global-color-primary_hover directly.
 *
 * Elementor's `.elementor-kit-5` selector has higher specificity than :root, so
 * when the kit CSS IS present it still wins; this only acts as a safety net.
 */
:root {
    --e-global-color-primary: #e41c44;
    --e-global-color-primary_hover: #E73F60;
    --e-global-color-text: #5A5A5A;
    --e-global-color-text_light: #A3A3A3;
    --e-global-color-accent: #E5E5E5;
    --e-global-color-border: #DEDEDE;
    --e-global-color-background: #FFFFFF;
    --e-global-color-background_light: #F1ECE7;
    --e-global-color-afc46e9: #252525;
}
