/**
 * FILE: switcher-vars.css
 * PATH: /wp-content/plugins/linguifiwp/assets/css/switcher-vars.css
 * VERSION: 0.1.0
 *
 * Shared CSS custom property fallbacks for all switcher types.
 * Real values are injected into :root via lfi_inject_switcher_vars() on wp_head.
 *
 * Copyright © 2026 Rob Snow / Rob Art | Illustration
 * All Rights Reserved.
 */

:root {
    --sw-bg:           #ffffff;
    --sw-text:         #333333;
    --sw-border:       #dddddd;
    --sw-border-width: 1px;
    --sw-active-bg:    #5184b3;
    --sw-active-text:  #ffffff;
    --sw-radius:       6px;
    --sw-separator:    '|';
}
