/*
Theme Name:   Gut Health Times
Theme URI:    https://guthealthtimes.example
Description:  Bespoke editorial child theme for Gut Health Times — a standalone gut-health publication. Custom type system (Fraunces / Newsreader / Archivo), a mobile-first reading experience, and "The Plate" — a signature scientific-figure / data-visualisation treatment. Hand-built templates, not a stock theme with a logo dropped in.
Author:       Gut Health Times
Version:      1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Template:     kadence
Text Domain:  gut-health-times
License:      GPL-2.0-or-later
*/

/* -------------------------------------------------------------------------
   style.css is intentionally thin. Design tokens live in theme.json;
   the full component system lives in assets/css/ght.css (enqueued in
   functions.php). This file only carries a few root fallbacks so the
   theme degrades gracefully if theme.json custom properties are absent.
   ------------------------------------------------------------------------- */

:root{
  --ght-paper:#F6F3EC;
  --ght-paper-2:#EFEADF;
  --ght-paper-3:#E7DFD0;
  --ght-ink:#191512;
  --ght-ink-2:#4C4238;
  --ght-ink-3:#6E6455;
  --ght-oxblood:#7A1F2B;
  --ght-oxblood-deep:#5E1720;
  --ght-viridian:#2C6E63;
  --ght-viridian-deep:#1F5049;
  --ght-ochre:#E4B33C;
  --ght-ochre-soft:#F0D79A;
  --ght-line:rgba(25,21,18,.14);
  --ght-line-2:rgba(25,21,18,.28);
  --ght-line-plate:rgba(25,21,18,.55);
  --ght-measure:39rem;
}
