/*
 * TMC Brand Overrides
 * This file is loaded last among app CSS to provide customer-specific overrides.
 * It sets CSS variables rather than direct properties, allowing themes to work correctly.
 *
 * IMPORTANT: Use html[data-theme] (specificity 0-1-1) to override theme variables.
 * Do NOT use bare :root — it has the same specificity as [data-theme="X"] (0-1-0),
 * and since this file loads last, :root would silently override all theme selections.
 *
 * Example:
 *   html[data-theme] {
 *       --iats-btn-primary-bg: #your-brand-color;
 *   }
 */
