/*
Theme Name: Kunnel Law
Theme URI: https://example.com/themes/kunnel-law
Author: CouncilSoft
Author URI: https://councilsoft.com
Description: Custom WordPress theme for Kunnel Law. Tailwind via CDN, ACF Pro-ready, secure and modern.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: kunnel-law
*/


/* Nav active state highlight */
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
    color: #eab308; /* Tailwind's yellow-500 approximation */
}