/*
Theme Name: Pineeon Dark (Kadence Child)
Theme URI: https://pineeon.com
Description: Dark OLED child theme for Kadence — applies the Pineeon biometric design system (Space Grotesk + Inter + JetBrains Mono, cyan->emerald, champagne) to imported pages.
Author: Pineeon
Template: kadence
Version: 1.0.0
*/

/* Theme the Kadence header/footer to match the dark OLED design.
   Set the same colors in Appearance > Customize > Colors for full coverage. */
:root{ --global-palette1:#22D3EE; --global-palette2:#22C55E; --global-palette9:#0F172A; }
body, .site, .content-bg, .entry-content{ background:#0b1120; color:#e5edf7; }
.site-header-wrap, .site-top-header-wrap, .site-main-header-inner-wrap{
  background:rgba(11,17,32,.82)!important; backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(148,163,184,.14);
}
.site-header .header-navigation a, .site-branding a{ color:#e5edf7!important; }
.site-footer{ background:#070b15!important; color:#9fb0c4; border-top:1px solid rgba(148,163,184,.14); }
