/*
Theme Name: Yuvau V1
Theme URI: https://yuvaudigital.com
Author: Yuvau Digital
Author URI: https://yuvaudigital.com
Description: Custom performance-marketing theme for Yuvau Digital — a token-driven, glassmorphic design system with light/dark themes and a global UI foundation. Homepage sections are added in a later stage.
Version: 1.4.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yuvau-v1
Tags: custom-menu, featured-images, translation-ready
*/

/* The actual design system + global UI are loaded from /assets/css/
   (main.css and global-ui.css) via wp_enqueue_style() in functions.php.
   This file exists for the WordPress theme header and any tiny overrides. */

@import url("assets/css/theme-blue-magenta-kickers.css?v=140");

/* =========================================================================
   HARD OVERRIDE — force the merged blue+magenta on all section kickers.
   style.css is enqueued last (after main.css and global-ui.css) and carries
   a versioned ?ver= query, so this block wins over any stale cached CSS —
   browser, CDN, or a LiteSpeed Critical-CSS / UCSS snapshot that still holds
   the old yellow. If yellow ever reappears, the source is outside the theme
   (LiteSpeed CCSS/UCSS not regenerated, or a rule in Customizer > Additional
   CSS) — not this stylesheet.
   ========================================================================= */
.yv-kicker,
.yv-uae-kicker,
.yv-about-kicker,
.yv-so-kicker,
.yv-sx__eyebrow,
.yv-sx__kicker {
  background-image: linear-gradient(100deg, #1557E8 0%, #4F91FF 48%, #E83CF0 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
