/*
Theme Name: Kadence PubX FR
Theme URI: https://www.annexbusinessmedia.com/
Description: French-Canadian (fr_CA) edition of the Annex Business Media magazine child theme for Kadence. Identical templates, ad spots, mega menu and homepage sections as Kadence PubX; all front-end labels, headings and CTA copy are served in French from languages/fr_CA.po. The WP admin (Brand Settings, page-template names, widget areas) intentionally stays in English. Per-brand values (logo, colors, pub codes, tracking IDs) are configured under Settings -> Brand Settings and the Kadence color palette.
Author: Annex Business Media
Author URI: https://www.annexbusinessmedia.com/
Template: kadence
Version: 2.0.0
Requires PHP: 7.4
Text Domain: kadence-pubx
Domain Path: /languages
*/

/* ==========================================================================
   Brand palette bridge
   --------------------------------------------------------------------------
   Matches the block-built reference (ebmag.com): the action/brand color is
   Kadence Global Palette color 2 (palette 1 is the near-black text/button
   color). Set palette 2 per brand in Customizer → Colors; everything below
   derives from it.
   ========================================================================== */
:root {
	--pubx-brand: var(--global-palette2, #185bac);
	--pubx-brand-dark: color-mix(in srgb, var(--pubx-brand) 78%, #000);
	--pubx-brand-tint: color-mix(in srgb, var(--pubx-brand) 10%, #fff);
	--pubx-brand-tint-hover: color-mix(in srgb, var(--pubx-brand) 25%, #fff);
	--pubx-brand-contrast: #fff;

	/* Reference design tokens (ebmag.com). */
	--pubx-page-bg: var(--global-palette8, #F7F7F7);
	--pubx-card-bg: var(--global-palette9, #fff);
	--pubx-card-radius: 10px;
	--pubx-card-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
	--pubx-heading-color: var(--global-palette3, #212121);
	--pubx-text-muted: var(--global-palette4, #545353);
	--pubx-meta-color: #8d90a1;
	--pubx-category-color: #1159AF;
	--pubx-strip-bg: var(--global-palette7, #e8ecee);
	--pubx-title-font: 'Khand', var(--global-heading-font-family, sans-serif);
	--pubx-body-font: 'Public Sans', var(--global-body-font-family, sans-serif);
}

/*
 * The full component stylesheet is loaded from assets/css/pubx.css
 * (ported from the block-built site plus styles for the PHP-rendered
 * header, mega menu and homepage sections). This file intentionally
 * holds only the theme header and the palette bridge.
 */
