@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Inter';
}

/*-- MOBILE --*/

@media only screen and (max-width: 768px) {
	.h1 {
		font-size: 28px !important;
		letter-spacing: -1px;

		color: rgba(255,255,255,0.92) !important;
	}
	
	.h2 {
		font-size: 24px !important;
		letter-spacing: -0.2px;

		color: rgba(255,255,255,0.92);
	}
	
	.h3 {
		
	}
	
	.h4 {
		
	}
	
	.h5 {
		
	}

	.h6 {
		font-size: 18px !important;
		font-weight: 400;
		line-height: 132%;
		letter-spacing: -0.2px;

		color: rgba(255,255,255,0.8);

		margin-top: 12px;
	}
	
	.p {
		font-size: 18px !important;
		font-weight: 400;
		line-height: 150%;

		color: rgba(255,255,255,0.8);
	}
}

/*-- DESKTOP --*/

.h1 {
	font-size: 40px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -1px;
	
	color: rgba(255,255,255,0.92) !important;
}

.h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 132%;
	letter-spacing: -0.5px;

	color: rgba(255,255,255,0.92);
}

.h3 {
	
}

.h4 {
	
}

.h5 {
	
}

.h6 {
	font-size: 20px;
	font-weight: 400;
	line-height: 132%;
	letter-spacing: -0.2px;
	
	color: rgba(255,255,255,0.8);
	
	margin-top: 12px;
}

.p {
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.5px;
	
	color: rgba(255,255,255,0.8);
}













