/*
 * Design tokens. The only file that holds a raw value.
 *
 * The blues are PLACEHOLDERS sampled from the DirectPeptides reference Michael sent
 * (work/pic7/pic11.jpeg). They are replaced here, and only here, when he sends his agent's hex
 * codes. --akem-accent is his sparingly-used brand colour and stays unset until it exists: it is
 * not guessed at.
 */

:root {
	/* Ink and surfaces */
	--akem-ink:            #1d1d1f;
	--akem-grey:           #6e6e73;
	--akem-line:           #d2d2d7;
	--akem-canvas:         #f5f5f7;
	--akem-surface:        #ffffff;

	/* Blue. Placeholder values, see the note above. */
	--akem-blue:           #1a6dd9;
	--akem-blue-soft:      #eaf2fd;
	--akem-blue-icon:      #5b9bea;

	/* Reserved. Set when Michael supplies it; nothing uses it until then. */
	--akem-accent:         transparent;

	/* Type */
	--akem-font:           -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	--akem-size-micro:     0.75rem;
	--akem-size-small:     0.8125rem;
	--akem-size-body:      1rem;
	--akem-size-title:     1.5rem;
	--akem-size-display:   2.5rem;
	--akem-tracking-micro: 0.06em;

	/* Rhythm */
	--akem-space-1:        0.25rem;
	--akem-space-2:        0.5rem;
	--akem-space-3:        1rem;
	--akem-space-4:        1.5rem;
	--akem-space-5:        2.5rem;
	--akem-space-6:        4rem;

	--akem-radius:         10px;
	--akem-radius-pill:    999px;
}
