/*
Theme Name: Wright's Freelancing Co.
Theme URI: https://wrightsfreelancing.com
Author: Jonathan Wright
Author URI: https://wrightsfreelancing.com
Description: Custom WordPress theme for Wright's Freelancing Co. — AEO, SEO, Copywriting, Web Design & AI Automation. Asheville, NC.
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: wfc-theme
Tags: business, one-page, custom-colors, custom-logo, featured-images, responsive-layout
*/

/* Brand variables — all color/font decisions flow from here */
:root {
  --navy:   #1B2A4A;
  --navy-dark: #0d1a2e;
  --navy-light: #2a3f6a;
  --gold:   #C9A84C;
  --gold-light: #e8c96e;
  --teal:   #00BFA6;
  --gray-bg: #f8f9fc;
  --gray-mid: #f0f4f8;
  --text-dark: #1B2A4A;
  --text-mid: #3a4a5a;
  --text-muted: #5a6a80;
  --border: #e8edf4;
}
