/*
Theme Name: Happy Tunes
Theme URI: https://www.happytunes.de
Description: Neon/Chibi redesign for Happy Tunes - a Final Fantasy XIV bard band from Shiva. Child theme of Blossom Fashion Pro. Ships a self-contained, fully responsive front page (front-page.php) with light/dark themes, an events calendar, a Twitch module, songlist and guestbook - all wired to the plugins you already use. All other pages continue to use Blossom Fashion Pro, lightly reskinned.
Author: Happy Tunes
Author URI: https://www.happytunes.de
Template: blossom-fashion-pro
Version: 1.2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: happytunes
*/

/* ==========================================================================
   The full homepage design system lives in:  assets/css/happy-tunes.css
   (enqueued via functions.php). Keep this file for small global tweaks or
   let YellowPencil handle per-element fine-tuning.

   The rules below give inner Blossom pages a gentle on-brand touch only.
   They are intentionally conservative so they never break Blossom's layout.
   ========================================================================== */

:root{
  --htg-pink:#ff3f8e; --htg-purple:#b25cff; --htg-blue:#6d7cff;
}

/* Brand link + selection color on inner pages */
body:not(.ht-home) a:hover{ color: var(--htg-pink); }
body:not(.ht-home) ::selection{ background: var(--htg-pink); color:#fff; }

/* Headings on inner pages pick up the display font (loaded site-wide) */
body:not(.ht-home) h1,
body:not(.ht-home) h2,
body:not(.ht-home) h3{ font-family:'Fredoka', sans-serif; }
