@font-face {
	font-family: franchise_bold;
	src: url(assets/fonts/franchise-bold-webfont.woff2);
}

@font-face {
	font-family: work_sans;
	src: url(assets/fonts/work-sans-regular-webfont.woff2);
}


.room-name div {
	font-family: franchise_bold;
	font-size: 34px;
	color: white !important;
	text-align: right !important;
	background: inherit !important;
	border: 0 !important;
	overflow: inherit !important;
	width: inherit !important;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.5);
	padding-right: 14px !important;
	text-transform: uppercase !important;
}

.hotspot-labels {
		text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.5);

}

body, div, p, a, span, h1, h2, h3, h4, h5, h6 {
	font-family: work_sans, arial, sans-serif;
	text-transform: uppercase;
}

.look-state div {
	font-family: franchise_bold, arial, sans-serif;
	font-size: 34px !important;
	color: white !important;
	text-align: right !important;
	background: #013070 !important;
	border: 2px solid white !important;
	overflow: inherit !important;
	width: inherit !important;
	text-shadow: none;
	text-align: center !important;
	text-transform: uppercase !important;
}
