html, body {
    margin: 0;
	padding: 0;
	overflow: hidden;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	background-color: #000000;
}

body {
	overflow: hidden;
	position: fixed;
	top: 0px;
	width: 100%;
	display: flex;
}


/* fonts-families */
.tfTTBold {
	font-family: 'TTInterphases-Bold';
}

.lttrspc {
	letter-spacing: 0.1em;
}

.tfTTExtraBold {
	font-family: 'TTInterphases-ExtraBold';
}

.tfTTMonoBold {
	font-family: 'TTInterphasesMono-Bold';
}

/* fonts styles */
.tsIntroSubheader {
	font-size: 28px;
}
@media (min-width: 800px) {
	.tsIntroSubheader {
		font-size: 48px;
		line-height: 58px;
	}
}

.tsButton {
	font-size: 18px;
}