/*
 * CUSTOM BRANDING CSS
 * 
 * This file is for ADDITIONAL custom overrides beyond the selected theme.
 * 
 * HOW THE THEMING SYSTEM WORKS:
 * 1. base-structure.css - Layout and components (never edit)
 * 2. themes/[name]-theme.css - Selected theme (switch via config)
 * 3. THIS FILE - Portal-specific final overrides (optional)
 * 
 * TO SWITCH THEMES:
 * Edit wp-content/mu-plugins/pbn-global-config.php:
 * 'theme' => array(
 *     'active' => 'beauty', // Options: default, beauty, furniture, tech, food
 * ),
 * 
 * AVAILABLE THEMES:
 * - default: Blue, professional, clean (general content)
 * - beauty: Pink, elegant, feminine (beauty/fashion)
 * - furniture: Brown, warm, bold (furniture/home)
 * - tech: Cyan/purple, dark, futuristic (technology)
 * - food: Orange, playful, handwritten (food/recipes)
 * 
 * See themes/README.md for full documentation.
 * 
 * USE THIS FILE FOR:
 * - Portal-specific logo adjustments
 * - One-off color tweaks
 * - Custom brand elements
 * 
 * EXAMPLE CUSTOM OVERRIDES:
 * 
 * :root {
 *   --primary-color: #YOUR_EXACT_BRAND_COLOR;
 * }
 * 
 * .site-title {
 *   font-size: 2.5rem;
 * }
 */