/* Shared public identity. Namespaced tokens do not change the console theme. */
@font-face {
	font-family: Hanken;
	src: url("./fonts/hanken-grotesk.woff2") format("woff2");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Newsreader;
	src: url("./fonts/newsreader.woff2") format("woff2");
	font-weight: 400 500;
	font-style: normal;
	font-display: swap;
}
:root {
	--eco-paper: #f5f1e8;
	--eco-ink: #1f2923;
	--eco-white: #fffdfa;
	--eco-green: #0f7a49;
	--eco-muted: #596259;
	--eco-line: #d5d7cc;
	--eco-amber: #875013;
	--eco-red: #a12e25;
	--eco-serif: Newsreader, Georgia, serif;
	--eco-sans: Hanken, "Helvetica Neue", Arial, sans-serif;
}
