*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 18px;
}



.demo-3 {
	--color-link: #f7bcac;
}


.content {
	display: grid;
	width: 100vw;
	height: calc(100vh - 13rem);
	position: relative;
	padding: 3rem;
}

.content__title {
	font-family: mono45-headline, monospace;
	font-size: 13vw;
	line-height: 1;
	color: #fff;
	max-width: 50vw;
	font-weight: 400;
	margin: 0;
	align-self: center;
	pointer-events: none;
}

.content__title--centered {
	text-align: center;
	justify-self: center;
}

.content__title--style-1 {
	font-family: new-order, sans-serif;
	font-weight: 400;
	font-size: 10vw;
	line-height: 0.85;
	background: linear-gradient(90deg, #e9a680 0%,#992d46 50%, #064cb5 100%);;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.content__title--style-2 {
	font-family: mono45-headline, monospace;
	font-weight: 600;
	font-size: 10vw;
	opacity: 0.7;
	line-height: 0.8;

}


@media screen and (min-width: 53em) {
	
	.content {
		height: 100vh;
	}
}
#canvasContainer{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#canvasContainer img{
	visibility: hidden;
	pointer-events: none;
	position: absolute;
}

/*# sourceMappingURL=index.f403865b.css.map */
