/**
 * Child Theme Custom Styles
 * Nizar Bookstore Child
 *
 * @package Nizar_Bookstore_Child
 * @since 1.0.0
 */

/* ==========================================================================
   CUSTOM STYLES
   Add your site-specific customizations here
   ========================================================================== */

/* Example: Brand color adjustments */
/*
:root {
    --color-primary: #your-custom-color;
}
*/

/* Example: Custom header styling */
/*
.site-header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
*/

/* Example: Custom button styling */
/*
.button {
    border-radius: var(--radius-lg);
}
*/

/* Add your custom styles below */
