/* 
 * Light and Logic - Additional Custom Styles
 * This file is loaded after the main stylesheet for any custom overrides
 */

/* Add any custom styles here */

/* Print styles */
@media print {
    .site-header,
    .site-footer,
    .hero,
    .cta-banner,
    .mobile-menu-toggle {
        display: none;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
    }
    
    a {
        color: #000;
        text-decoration: underline;
    }
}
