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

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

/* WordPress applies the global block gap between top-level template blocks.
   The SG layout joins header, main and footer with no extra strip. */
.wp-site-blocks > * {
	margin-block-start: 0;
}

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