/*
Theme Name: BookHaven — Breweries
Template: bookhaven
Author: BookHaven
Description: A site-specific child theme for Breweries. Inherits everything from BookHaven and applies its own color palette and default content.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: bookhaven-breweries
*/

:root {
  --bh-accent: #b8842d;
  --bh-accent-hover: #92671f;
  --bh-bg: #f7f0e1;
  --bh-ink: #231a10;
}

body { background: var(--bh-bg); color: var(--bh-ink); }

/* Default banner gradient when no banner image is uploaded */
.bh-banner-image[style*="linear-gradient"] {
  background-image: linear-gradient(135deg, #3d2818 0%, #b8842d 100%) !important;
}
