:root{
	/* Colors */
	--paper:#F5F5F0;
	--ink:#1A1A1A;
	--border:#1A1A1A;
	--shadow:#1A1A1A;

	/* Typography */
	--font-family:
	'Atkinson Hyperlegible',
	sans-serif;
	--font-xs:12px;
	--font-sm:14px;
	--font-md:16px;
	--font-lg:20px;
	--font-xl:28px;

	/* Spacing */
	--space-xs:4px;
	--space-sm:8px;
	--space-md:16px;
	--space-lg:24px;
	--space-xl:32px;

	/* Layout */
	--header-height:60px;
	--bottom-nav-height:72px;

	/* Border */
	--radius:0;
	--border-width:2px;

	/* Shadow */
	--shadow-size:3px;
}