/*
Theme Name: Pétrusse Custom
Theme URI: https://petrusse-asbl.eu
Template: honeypress-pro
Author: Pétrusse ASBL
Author URI: https://petrusse-asbl.eu
Description: Custom child theme for Pétrusse ASBL (https://petrusse-asbl.eu), built on top of HoneyPress Pro. This theme provides custom styling and functionality specific to the Pétrusse organization website, including custom color schemes, header layouts, and home page sections. Child of honeypress-pro.
Tags: two-columns, right-sidebar, left-sidebar, featured-images, theme-options, threaded-comments, blog, news, custom-logo, custom-colors
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: petrusse-custom
*/

/*
 * Pétrusse Custom Theme - Custom Styles
 * This stylesheet loads after the parent theme's styles
 */

/* Ensure proper container width handling */
.container.container_default {
    max-width: 1140px !important;
}

/* Custom color variables - matching Pétrusse branding */
:root {
    --petrusse-primary: #009fe3;
    --petrusse-primary-rgb: 0, 159, 227;
    --petrusse-secondary: #ee591f;
    --petrusse-text: #333333;
    --petrusse-light: #f8f9fa;
}

/* Additional custom styles can be added below */
