@import url('/fonts/oxygen.css');

* {
	--tw-font-family: Oxygen, sans-serif;
}

.twoway-blocks {
	width: 100%;
}

#landingBody {
	background: url('/landing_bg.svg');
	background-position: center;
	background-size: cover;
	height: 100vh;
	width: 100vw;
}

@media (max-width:800px) {
	#landingBody {
		background: url('/landing_bg_mobile.svg');
		background-position: center;
		background-size: cover;
	}

	#landing-page-leftcol #landing-page-leftcol-txt {
		margin-left: auto !important;
		margin: auto;
	}

	#landing-page-leftcol-logo {
		width: 20rem !important;
	}

	#landing-page-coming-soon {
		display: none !important;
	}

	#landing-page-emailform {
		margin-right: auto !important;
	}

	#landing-page-dummy-column {
		display: none !important;
	}
}
