/*
 * File: assets/css/ifl-store-ifl.css
 * Description: Insight for Living US brand overrides
 * Loaded when ifl_brand_key = 'ifl' (or default)
 *
 * Token reference (complete set — keep all brand files in sync):
 *   --brand-primary         Primary brand color (price, links, accents)
 *   --brand-primary-hover   Hover state for primary
 *   --brand-light           Light tint bg (subtle cards, hovers)
 *   --brand-light-border    Light borders matched to --brand-light
 *   --brand-dark            Dark accent (banner backgrounds, dark buttons)
 *   --brand-font            Body font family
 *   --brand-bg              Page background
 *   --brand-cta             Call-to-action button color (Add to Cart)
 *   --brand-cta-hover       Hover state for CTA
 */

:root {
    --brand-primary: #37518c;
    --brand-primary-hover: #2c4170;
    --brand-light: #eff6ff;
    --brand-light-border: #bfdbfe;
    --brand-dark: #1e293b;
    --brand-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --brand-bg: #ffffff;
    --brand-cta: #10b981;
    --brand-cta-hover: #059669;
}
