/*
Theme Name: TRWALAB Child
Theme URI: https://trwalab.com
Author: TRWALAB
Author URI: https://trwalab.com
Description: Child theme for TRWALAB. Add your custom CSS overrides here without touching the parent theme.
Template: trwalab
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trwalab-child
*/

/*
 * ════════════════════════════════════════════════════════════════
 *  ADD YOUR CUSTOM CSS OVERRIDES BELOW
 *  All parent theme styles are inherited automatically via
 *  trwalab_child_enqueue_styles() in functions.php.
 * ════════════════════════════════════════════════════════════════
 */

/* Example: Change the primary accent colour
:root {
    --blue: #1a6fc4;
}
*/

/* Example: Adjust hero headline size on large screens
@media (min-width: 1400px) {
    .hero h1 { font-size: 74px; }
}
*/
