body {
	font-family: var(--font-family);
	background: var(--color-bg);
	color: var(--color-text);
	line-height: var(--leading-loose);
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "ss01" on;
}

::selection {
	background: var(--color-primary);
	color: var(--color-text-inverted);
}
