@font-face {
	font-family: Gotham;
	src: url('fonts/Gotham-Bold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: Gotham;
	src: url('fonts/Gotham-Black.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}


html {
	text-rendering: geometricPrecision;
}

body {
	padding:2rem
}

.logo { 
	margin-bottom: 3rem;
	max-width:200px;
}

.launch-title { 
	font-size: 2rem;
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1rem;
}

.tagline {
	font-size:1.25rem; 
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.launch-block {
	padding:1.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom: 4rem;
}



@media (min-width: 765px) {
	.logo {
		margin-bottom: 6rem;
		max-width:350px;
	}
	.launch-block {
		min-height: 400px;
		height: 100%;
	}
	.launch-title {
		font-size:4.5rem; 
		margin-bottom: 4rem;
	}
}