/*
 Theme Name: WHCAARC Kadence Child
 Theme URI: https://whcaarc.org/
 Description: WHCAARC child theme for Kadence – custom templates, bbPress layout, and identity system.
 Author: Lowell R. Yates / WHCAARC
 Author URI: https://whcaarc.org/
 Template: kadence
 Version: 1.0.0
 Text Domain: whcaarc-kadence-child
*/

/* ----------------------------------------
   WHCAARC Base Overrides
   ---------------------------------------- */

/* Example: set base font + colors (adjust later in Customizer if you prefer) */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* WHCAARC brand helpers (you can reuse these anywhere) */
.whcaarc-blue {
  color: #005a9c;
}
.whcaarc-gold {
  color: #c9a227;
}
.whcaarc-bg-blue {
  background-color: #005a9c;
}
.whcaarc-bg-gold {
  background-color: #c9a227;
}

/* Example: tighten content width on WHCAARC system pages (we’ll hook templates next) */
.whcaarc-layout-narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Example: bbPress basic cleanup under Kadence (we can expand once forums are wired) */
.whcaarc-bbpress-wrap .bbp-forum-title,
.whcaarc-bbpress-wrap .bbp-topic-title {
  font-weight: 600;
}

/* EOF: style.css – WHCAARC Kadence Child */
