@font-face {
	font-family: "TT Norms Bold";
	src: url("'/content/fonts/TT Norms Pro Bold.otf'");
}

@font-face {
	font-family: "TT Norms Regular";
	src: url("'/content/fonts/TT Norms Pro Regular.otf'");
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgb(0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#map {
  height: 100%;
	position: relative;
}