/*
Theme Name: BookHaven — Gifts & Souvenirs
Template: bookhaven
Author: BookHaven
Description: A site-specific child theme for Gifts & Souvenirs. 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-gifts
*/

:root {
  --bh-accent: #c44d6b;
  --bh-accent-hover: #a73851;
  --bh-bg: #faf2f2;
  --bh-ink: #221218;
}

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, #3a1a23 0%, #c44d6b 100%) !important;
}
