@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body{
	height: 100%;
	font-family: 'Barlow Semi Condensed', sans-serif !important;
	font-weight: 400;
	color: #000;
	font-size: 18px;
}

.txtmo{
	font-family: 'Montserrat', sans-serif;
}

.fw400{
	font-weight: 400;
}

.fw500{
	font-weight: 500;
}

.fw600{
	font-weight: 600;
}

.fw700{
	font-weight: 700;
}

.fw800{
	font-weight: 800;
}

.fs14{
	font-size: 14px;
}

.txt1{
	font-size: 10em;
	line-height: 1em;
}

.txt2{
	font-size: 1.5em;
}

.bgblack{
	background: #000;
}



@media only screen and (max-width: 992px) {
.txt1{
	font-size: 4em;
	line-height: 1em;
}

.txt2{
	font-size: 1em;
}
}