/* Bridge Dental Practice — global reset.
   Page-specific design lives in site-chrome.css, home.css and treatment.css. */

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	line-height: 1.5;
	color: #222;
}

img {
	max-width: 100%;
	height: auto;
}
