/*
Theme Name: Yenergy Outdoors Child
Description: Child theme for Yenergy Outdoors - hiking adventures, equipment rental, and outdoor community in the Philippines. This child theme allows for safe customizations without affecting the parent theme.
Author: Claude Code
Version: 1.0.0
Template: yenergy-outdoors-theme
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yenergy-outdoors-child
*/

/*
=== Child Theme Customizations ===
Add your custom CSS here. This file will override styles from the parent theme.
The parent theme styles are automatically loaded, so you only need to add
changes or additions here.

Example customizations:
*/

/* Custom brand colors (override parent theme if needed) */
/*
:root {
    --yenergy-primary: #1A4F1A;
    --yenergy-accent: #FFE135;
}
*/

/* Custom typography */
/*
.site-title {
    font-size: 2rem;
    font-weight: 800;
}
*/

/* Custom button styles */
/*
.yenergy-btn {
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
*/

/* Custom header modifications */
/*
.site-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}
*/

/* Add your custom styles below this line */