/*
Theme Name: Pursuits Strategies (Divi Child)
Theme URI: https://pursuits-strategies.com
Description: Divi child theme for Pursuits Strategies — Bauhaus/Bayer-influenced design system (colors, self-hosted Jost type, bullseye/skew/offset-headshot motifs). Requires the Divi parent theme active.
Author: Claude Design handoff, rebuilt for Divi
Template: Divi
Version: 1.0.0
*/

/* Design tokens as CSS custom properties — mirrors the 8-color palette from the design spec.
   These are also entered as Divi Global Colors (see SETUP.md); kept here too so the site
   renders correctly even before Global Colors are configured. */
:root {
  --ps-base: #e3ded2;
  --ps-contrast: #17171a;
  --ps-accent: #b5231d;
  --ps-body-text: #514c43;
  --ps-muted: #8b8478;
  --ps-rule: #b9b2a3;
  --ps-rule-dark: #3a3a3d;
  --ps-muted-dark: #b09a94;
}

body {
  background: var(--ps-base);
  color: var(--ps-contrast);
}

/* Actual @font-face declarations and hard-case (bullseye / skew / offset-headshot) CSS
   live in fonts.css and style-hard-cases.css, enqueued via functions.php. */
