/**
 * Isolate ART Starter homepage from active theme typography and base styles.
 *
 * @package Art_Starter
 */

body.art-starter-homepage {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #111827;
	background: #f6f7f7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body.art-starter-homepage *,
body.art-starter-homepage *::before,
body.art-starter-homepage *::after {
	box-sizing: border-box;
}

body.art-starter-homepage a {
	text-decoration: none;
}

body.art-starter-homepage img {
	max-width: 100%;
	height: auto;
}
