/*
Theme Name: Aggressive Lures
Theme URI: https://aggressivelures.com
Description: Child theme of Kadence for the Aggressive Lures fishing platform. Holds all custom templates, the mega menu, and brand styling so Kadence can update underneath without touching custom work.
Author: William Rock
Author URI: https://aggressivelures.com
Template: kadence
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: aggressive-lures
*/

/* ---------------------------------------------------------------------------
   Brand tokens. Mirrors the Kadence global palette so custom templates and
   the mega menu can reference brand colors directly without hardcoding.
   --------------------------------------------------------------------------- */

:root {
	--al-navy: #102A43;
	--al-navy-darkest: #0D1D30;
	--al-copper: #C97A30;
	--al-chartreuse: #A6CE39;
	--al-green-cta: #56A334;
	--al-orange-cta: #E8842C;
	--al-text: #1C2733;
	--al-muted: #5A6878;
	--al-light: #EEF1F5;
	--al-cream: #FAF6EF;
	--al-rule: #E7E2D4;
	--al-white: #FFFFFF;
}

/* Custom styles go below this line. */
