/* ==========================================================================
   THE NETWORK PALETTE

   One palette, taken from the artwork. Every site shipped with a hand-drawn
   character in the same illustration system: heavy black outline, halftone
   shading, navy and cream with mustard and brick. Fourteen hue rotations were
   an attempt to manufacture difference that the drawings already carry, and
   they fought the drawings while they did it.

   The character is what makes a site itself. The colour is what makes the
   network one thing.
   ========================================================================== */

:root,
body[data-palette] {
	--dp-navy:    #184878;
	--dp-navy-2:  #0f3358;
	--dp-navy-3:  #22608f;
	--dp-cream:   #f0d8a8;
	--dp-cream-2: #f7ead0;
	--dp-paper:   #faf3e4;
	--dp-mustard: #e8b33a;
	--dp-brick:   #c0472b;
	--dp-outline: #14202c;

	/* Names the rest of the theme already uses. */
	--dp-ground:   var(--dp-navy);
	--dp-ground-2: var(--dp-navy-3);
	--dp-cta-500:  var(--dp-mustard);
	--dp-cta-600:  #cf9a24;
	--dp-brand-hue: 210;
}

/* The reference site keeps its own light treatment, which is set in
   herbarium.css and does not use these grounds. */
