/*
Theme Name: Hawkeye Bars Child
Theme URI: https://hawkeyebars.com
Author: Digital Turtle
Author URI: https://digitalturtle.com
Description: Child theme of GeneratePress for hawkeyebars.com. Registers the `bar` custom post type, `state` taxonomy, and ACF field groups that power the national Hawkeye bar directory.
Template: generatepress
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hawkeyebars-child
*/

/* Child theme overrides go here. Kept minimal during Phase 1; display work lands in Phase 2. */

:root {
    --hb-black: #000000;
    --hb-gold: #FFCD00;
    --hb-gold-hover: #e6b800;
    --hb-off-white: #f6f5f5;
    --hb-border: #e9ecef;
}
