/* Base rules the design system needs that theme.json cannot express. */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	background: #2336c8;
	color: #fff;
}
