:root {
	/* Colors */
	--accent: #ebdbb2;
	--background: #fbf1c7;
	--darkerAccent: #a89984;
	--lightAccent: #bdae93;
	--darkAccent: #d5c4a1;
	--lighterAccent: #ebdbb2;
	--dark: #7c6f64;
	--darker: #504945;
	--slate: #282828;

	--white: #fff;
	--black: #1d2021;

	--ink: var(--slate);
	--paper: var(--background);

	/**
	 * These fonts are broken out into two separate variables from a previous iteration. I left
	 * it in because it's nice to be able to split out the heading and body fonts.
	 */
	--accentFont: 'Mono Spatial', 'Liberation Sans', Georgia, Times, serif;
	--primaryFont: 'Liberation Sans', sans-serif;
	--codeFont: 'JetBrains Mono', monospace;
}
