/*
Theme Name: Publishing Bureau
Description: A generic child theme for the Publishing Bureau Boilerplate parent theme. Customize this for your specific project needs.
Template: pb-boilerplate
Author: The Publishing Bureau
Version: 1.0.222
License: Proprietary
Text Domain: pb-child-theme
*/

/*
 * CHILD THEME STYLES
 * 
 * The parent theme styles are automatically loaded.
 * Add your custom styles below to override or extend the parent theme.
 * 
 * Best Practices:
 * - Use CSS custom properties (variables) from the parent theme when possible
 * - Override specific selectors rather than duplicating entire rule sets
 * - Add new styles at the end to maintain specificity
 * 
 * Available CSS Variables from Parent Theme:
 * --font-family--default, --font-family--heading
 * --font-weight--light, --font-weight--regular, --font-weight--bold, etc.
 * --font-size--h1 through --font-size--h6
 * --spacing-xs, --spacing-sm, --spacing-md, --spacing-lg, --spacing-xl, --spacing-xxl
 * --wp--preset--color--black, --wp--preset--color--white, etc.
 */

/* ========================================
   PROJECT-SPECIFIC OVERRIDES
======================================== */

/* Example: Override heading colors for this project */
/*
h1, h2, h3, h4, h5, h6 {
    color: var(--wp--preset--color--custom-brand);
}
*/

/* Example: Add custom button styles */
/*
.wp-block-button__link {
    border-radius: 8px;
    font-weight: var(--font-weight--semi-bold);
}
*/

/* ========================================
   CUSTOM STYLES FOR THIS PROJECT
======================================== */

/* Add your project-specific styles here */