/*
Theme Name: LBP Strategy Group
Theme URI: https://littlebearpond.org
Author: Little Bear Pond Strategy Group
Author URI: https://littlebearpond.org
Description: A custom, self-contained WordPress theme for a private summer-camp acquisition and strategy group. Pairs a polished public site with an NDA-gated member portal (two-factor login, protected documents, IP logging, hidden principal identities). Zero required plugins, no build step, all assets self-hosted. Edit inc/site-config.php for public details and inc/portal/private-team.php for portal-only identities.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: littlebearpond
Tags: business, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready, accessibility-ready
*/

/*
 * NOTE: The complete design lives in assets/css/main.css, which is enqueued
 * with a version stamp for cache-busting (see functions.php).
 *
 * WordPress requires this style.css to exist and carry the theme header
 * above. A small set of critical base rules is kept here as a safety net so
 * the site is never completely unstyled even if the main stylesheet fails to
 * load.
 */

:root {
	--lbp-forest: #1f3d2f;
	--lbp-ink: #1c2530;
	--lbp-stone: #f4f1ea;
	--lbp-bronze: #9a6a3a;
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--lbp-ink);
	background: var(--lbp-stone);
	line-height: 1.6;
}

a {
	color: var(--lbp-forest);
}
