/*
 * Colors
 * Use theme.json to establish colors
 * https://developer.wordpress.org/block-editor/developers/themes/theme-json/
 * This file can be used to establish color overrides
 * or exceptions to the theme.json use case
 */

:root {
	--c-black: #000;
	--jet-black: #0a0a0a;
	--jet-white: #faf9f0;
	--c-white: #fff;
	--c-red: red;

	--body-color: var(--jet-black);
	--body-link-color: var(--jet-black);
	--primary-color: var(--jet-black);
	--border-color: var(--jet-black);
	--separator-color: var(--jet-black);
	--neutral-white: var(--jet-white);
}
