/*
Theme Name: HaveYouBean Consulting
Theme URI: https://haveyoubean.com.au
Author: HaveYouBean
Author URI: https://haveyoubean.com.au
Description: A custom, native WordPress theme for HaveYouBean Business Consulting & Advisory. Modular PHP templates, editable homepage sections, a Services custom post type, an accessible contact form, and a warm, earthy brand design system. No page builder required.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haveyoubean
Tags: business, portfolio, blog, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, full-width-template, editor-style
*/

/*
 * The functional stylesheet for this theme lives in assets/css/main.css and
 * assets/css/responsive.css (enqueued from inc/enqueue.php). This file only
 * carries the required theme header above plus a couple of safe fallbacks so
 * the theme never renders unstyled if the main stylesheet fails to load.
 */

:root {
	--background: #f5f0e7;
	--foreground: #1b1d19;
	--card: #fffdf8;
	--primary: #173d32;
	--secondary: #d9dfd2;
	--muted: #e8e3da;
	--muted-foreground: #5d625d;
	--accent: #a65332;
	--border: #cdc7bc;
	--input: #bdb6aa;
}

body {
	margin: 0;
	background-color: var(--background);
	color: var(--foreground);
	font-family: 'Manrope', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
