/* ============================================
   IMPELER MÉXICO - SITE CUSTOMIZATIONS
   Site-specific CSS overrides and customizations
   ============================================ */

/* Add your site-specific customizations here.
   This file is loaded after the theme's main.css,
   so you can override any theme styles.
   
   Examples:
   - Custom colors for specific pages
   - Site-specific component variations
   - Temporary styling adjustments
   - A/B testing styles
   
   Keep the theme's main.css clean and reusable!
*/

/* Example: Custom hero background for homepage */
/* 
.hero {
    background-image: url('/images/custom-hero.jpg');
}
*/