/* Generated by scripts/build-brand.py from the album artwork.
   Source: Anabhoga.png (1254x1254). Do not edit by hand - rerun `npm run brand`.

   Every colour on this page is a mean slice of the cover photograph,
   top to bottom. That is what lets the artwork sit on the page with no
   visible edge: the colour just outside the plate is the colour just
   inside it. Change the cover and the whole page follows. */

:root {
	--sky: #ccccc8;
	--haze: #c3c4c2;
	--fog: #919597;
	--water: #60686f;
	--deep: #21272c;

	--ink: #141414;      /* on --sky   */
	--paper: #e4e5e6;    /* on --deep  */
	--muted: #9b9c9c;    /* on --deep, secondary */

	--cover-aspect: 1254 / 1254;
}
