/*
Theme Name:  Know Where
Theme URI:   https://knowwhere.net.au
Template:    lamoureux
Author:      Lamoureux Lane
Description: KNOW WHERE — one signpost, finally, in a landscape that has never had one. Providers list, young Australians find. This file holds tokens and nothing else; the look is assembled from them in assets/css/knowwhere.css.
Version:     0.1.0
Requires PHP: 8.2
Text Domain: knowwhere
*/

/*
 * Tokens only.
 *
 * A rule with a selector belongs in assets/css/knowwhere.css. This file answers
 * one question: what does Know Where look like. Everything else reads the
 * answers.
 *
 * THE COLOURS ARE SAMPLED AND MEASURED, AND CHOSEN BY NOBODY YET.
 *
 * Taken from her own artwork — KNOW-WHERE-HEADER.png and logo.png, held in
 * notes/reference/images/ — by hue family, keeping the brightest and most
 * saturated member of each rather than an average, since an average of a logo
 * returns its shadows.
 *
 * Then measured letter against ground, which is where the sampling earned its
 * keep:
 *
 *   #0CC434  her bright green    white on it 2.34 : 1    on paper 2.19 : 1
 *   #00C08C  her emerald teal    white on it 2.35 : 1    on paper 2.20 : 1
 *   #0E7A45  malachite           white on it 5.40 : 1    on paper 5.04 : 1
 *   #0B3D24  deep                white on it 12.30 : 1
 *   #04160C  deepest             white on it 18.66 : 1   on paper 17.41 : 1
 *
 * HER TWO BRIGHTEST GREENS CANNOT CARRY LETTERS. Both sit near 2.2, and a
 * heading in either is a heading a tired reader gives up on. They are the
 * material rather than the ink — a fill, a plate, a lens — and the letters sit
 * in malachite or in the deepest green.
 *
 * THE PLAY IS ALREADY DRAWN IN HER MARK. The magnifying glass stands in the
 * place of the O in KNOW, so the site is made of looking: a lens over a word,
 * a lens over a suburb, a lens over a person's own listing. One instrument
 * carrying one meaning does more than any amount of decoration.
 *
 * AND THE SAMPLER IS HERS. She sees these on a real page, as taps, one variable
 * moving, each option plainly labelled, with a box she types her own into.
 * Nothing below is settled until she has ruled on it.
 */

:root {
	/* Ground and ink */
	--kw-paper:      #F4F8F5;
	--kw-ink:        #04160C;
	--kw-ink-soft:   #0B3D24;

	/* Letters that must be read */
	--kw-malachite:  #0E7A45;

	/* Material, never letters */
	--kw-green:      #0CC434;
	--kw-teal:       #00C08C;
	--kw-lens:       #E8F3EC;

	/* Measured, so a later hand knows what it is breaking */
	--kw-contrast-ink-on-paper:       17.41;
	--kw-contrast-malachite-on-paper:  5.04;

	/* Heights in rem, never in vh. A field set to 92vh became a 1,085-pixel
	   near-empty column in her pane, and she saw a broken site while every
	   wide check passed. Measured on Matri Pair, 21 August 2026. */
	--kw-lens-size:  3.25rem;
	--kw-gutter:     1.25rem;
	--kw-measure:    34rem;
}
