/*
Theme Name: Business Key Solutions
Theme URI: https://businesskeysolutions.com
Author: Business Key Solutions LLC
Author URI: https://businesskeysolutions.com
Description: Custom block theme for Business Key Solutions — navy & gold brand, full-site editing, consistent across every page. Strategy, Unlocked.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bks
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, business, one-column, wide-blocks
*/

/* Brand helpers (theme.json handles global styling; this covers a few extras) */
:root{
  --bks-navy:#16264F;
  --bks-gold:#D1A41E;
  --bks-cream:#FBF8F2;
  --bks-ink:#20242C;
}
a{ text-underline-offset:2px; }
.bks-nav a{ font-weight:700; }
