:root {
	/* Colors */
	--accent: #e63946;
	--background: #faf9f8;
	--lightAccent: #a8dae5;
	--lighterAccent: #e6e8e4;
	--dark: #457b9d;
	--darker: #1d3557;
	--slate: #2f3948;

	--white: #fff;
	--black: #152030;

	--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: Inter, Georgia, Times, serif;
	--primaryFont: Inter, sans-serif;
	--codeFont: 'Fira Code', monospace;
}
