:root {

	/* Hyperstudio surface stack */
	--void: #080808;
	--canvas: #101010;
	--surface: #212121;
	--elevated: #333333;
	--onyx: #212121;
	--ash: #9a9a9a;      /* was #5a5a5a (2.9:1 = AA fail); now >=4.5 on surfaces */
	--graphite: #a0a0a0; /* was #888888 (failed on elevated); now AA-safe */
	--smoke: #949494;
	--fog: #9c9c9c;
	--silver: #c1c1c1;
	--frost: #f3f3f3;
	--white: #ffffff;

	/* Single rationed accent -- BAPB teal in Hyperstudio's amber slot */
	--accent: #3BBFD4;
	--accent-dim: #2C93A6;
	--rattler: #7FC24A; /* softball moment only */

	--display: 'Anton', Impact, 'Arial Narrow', sans-serif;
	--aeonik: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
	--mono: 'JetBrains Mono', ui-monospace, monospace;

	--maxw: 1200px;
	--radius: 20px;
	--shadow: 0 20px 60px rgba(0, 0, 0, .35);

}
