/* Smart Building 3D — public styles */
.sb3d-root {
	width: 100%;
	min-height: 200px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #26251f;
	-webkit-font-smoothing: antialiased;
}
.sb3d-root * { box-sizing: border-box; }
.sb3d-root button { font-family: inherit; line-height: 1.2; }
.sb3d-root input[type="range"] { accent-color: #8a6d1a; }
.sb3d-root canvas { display: block; touch-action: none; }
