@font-face {
	font-family: "ProximaNova";
	src: url("../font/ProximaNova-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "ProximaNova";
	src: url("../font/ProximaNova-Semibold.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

html {
	font-family: sans-serif;
	font-display: optional;
	font-size: 62.5%;
	letter-spacing: normal;
	height: 100%;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.disable-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main {
	width: 60rem;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 22vh 0 22vh 0;
	text-align: center;
}

#logo {
	width: 24rem;
	margin-bottom: 8vh;
}

h1 {
	font-family: "ProximaNova", sans-serif;
	font-weight: 400;
	font-size: 2.6rem;
	line-height: 1.3;
	margin-bottom: 8vh;
	cursor: default;
}

#info {
	font-family: "ProximaNova", sans-serif;
	font-weight: 500;
	font-size: 2rem;
	cursor: default;
}

/*MEDIA QUERIES*/
@media (max-width: 600px) {
	.main {
		width: 100%;
		max-width: 60rem;
		padding: 10vh 0 10vh 0;
	}

	#logo {
		width: 100%;
		max-width: 24rem;
	}

	h1 {
		width: 90%;
		font-size: 6vw;
		margin-left: auto;
		margin-right: auto;
		/* margin-bottom: 12vh; */
	}

	#info {
		font-size: 5vw;
	}
}
