/*
Theme Name: BookHaven — Beauty & Fashion
Template: bookhaven
Author: BookHaven
Description: A site-specific child theme for Beauty & Fashion. 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-beauty-fashion
*/

:root {
  --bh-accent: #d4839a;
  --bh-accent-hover: #b16a82;
  --bh-bg: #fdf6f3;
  --bh-ink: #1a1316;
}

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, #1a1316 0%, #d4839a 100%) !important;
}
