body {
    margin: 0;

	/* font-family: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; */

    /* font-family: "DM Sans"; */
	font-family: "Roboto Condensed", system-ui, -apple-system, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #dbdfe2;
    text-align: left;
    background-color: #0b0c0e;
}


._full_bg {
	position:fixed;
	inset:0;
	z-index:-1;

	background-image: url(fin_bg_1800.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 64% 50%;

	@media(width < 620px) {
		background-position: 64% 50%;
	}	

}


main {
	min-height:100dvh;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}

._tagline_container {
	padding: 1rem 1rem 4rem 1rem;
    background: linear-gradient(0deg,rgba(11, 12, 14, 0) 23%, rgba(11, 12, 14, 1) 100%);
}

._tagline_text {
	text-align: center;
	margin:0;
    font-size: 4rem;
    font-weight: 300;
	font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
	font-size: clamp(2.5rem, 2.887vw + 1.753rem, 4.063rem);
	line-height: 1.2;
	text-transform:uppercase;
}


._coming_soon_container {
	padding: 4rem 1rem 1rem 1rem;
    background: linear-gradient(180deg,rgba(11, 12, 14, 0) 23%, rgba(11, 12, 14, 1) 100%);
}

._coming_soon_text {
	text-align: center;
	margin:0;
    font-size: 4rem;
    font-weight: 200;
	font-size: clamp(2.5rem, 2.887vw + 1.753rem, 4.063rem);
	/* line-height: clamp(4.688rem, 3.349vw + 3.821rem, 6.5rem); */
	line-height: 1.2;
	text-transform:uppercase;
}

/* .dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
} */