* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Neue Haas Grotesk Display Pro";
	text-transform: uppercase;
}

html,
body {
width: 100vw;
height: 500vh;
}

canvas {      
	position: fixed;
	top: 0;
	left: 0;
}
h1 {
	text-align: center;
	font-size: 10vw;
	font-weight: 300;
	line-height: 100%;
}
h2 {
	font-size: 2.5vw;
	font-weight: 500;
	line-height: 100%;
}
p {
	font-size: 12px;
	font-weight: 500;
	line-height: 100%;
}
.model {
	position: fixed;
	width: 100%;
	height:100vh;
	background: #fefdfd;
}
section {
	position: relative;
	width: 100vh;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1em;
	z-index: 2;
}
.heippa p {
	Widht: 50%;
	text-align: center;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}

lenis lenis-stopped {
overflow: clip;
}

.lenis.lenis-smooth iframe{
	pointer-events: none;
}
