/*
Theme Name: IMAGENIQ
Theme URI: https://imageniq.com.au
Description: A lifetime dreamspace for the magic that lives inside every human being. Child theme of Lamoureux.
Author: Lamoureux Lane
Template: lamoureux
Version: 0.3.0
Requires PHP: 8.2
Text Domain: imageniq
*/

/* TOKENS ONLY. Every rule lives in assets/css/site.css.
   Provenance for each value is recorded in the project CLAUDE.md — hers in
   writing, approved on sight, seen but never named, or a session's and
   unratified. Nothing here is changed without checking which it is. */
:root{
  --sky:#EAF1F8;              /* pale sky · built by Magi, approved on sight */
  --cloud:#F7FAFD;            /* cloud   · built by Magi, approved on sight */
  --white:#FFFFFF;
  --magenta:#D421BB;          /* the portal · approved on sight */
  --magenta-ink:#D0008C;      /* hers, written. 4.54:1 on pale sky */
  --current:#2FA8E0;          /* the blue current · seen, never named */
  --current-ink:#17698F;      /* Magi's, unratified. Blue at reading size */
  --ink:#2E2A38;
  --ink-soft:#5A5470;
  --hair:rgba(46,42,56,.12);
  --display:"Jost",system-ui,-apple-system,sans-serif;
  --serif:"Cormorant",Georgia,serif;
}

/* ══ THE PARENT'S TYPE TOKEN, DECLARED HERE ═══════════════════════════════

   LOIS's finding, 7 September 2026, carried through the estate: the parent
   stylesheet uses --font-util in twenty-three font: shorthands and declares it
   nowhere. An undefined custom property with no fallback is invalid at
   computed-value time, so THE WHOLE DECLARATION IS DROPPED rather than falling
   back — it takes the size, the weight and the line-height with it.

   MEASURED ON HER LIVE SERVER rather than off the mended copy on this Mac:
   twenty-three chains, NOUGHT of them carrying a fallback. The parent here has
   not had 0.4.4 yet.

   AND IMAGENIQ IS GENUINELY EXPOSED, on the one page nobody designs. Her 404 —
   what a person meets when a link is wrong — renders class="body" straight off
   the parent, so This One Moved was wearing browser default rather than her
   type. Her own stylesheet dresses everything she has ever been shown, which
   is exactly why it survived: nobody looks at a 404.

   ONE LINE MENDS EVERY DROPPED CHAIN ON THIS WORLD, with no change to the
   shared parent and nothing altered on any screen she has already approved.
   It is her own display face, which is what those utility chains were always
   meant to wear. */
:root{ --font-util: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif; }
