@font-face {
	src: url('https://res.cloudinary.com/dr6lvwubh/raw/upload/v1529908256/CompressaPRO-GX.woff2');
	font-family:'Compressa VF';
	font-style: normal;
}

@font-face {
	font-family: "Bandeins Sans & Strange Variable";
	src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/85648/BandeinsStrangeVariableGX.ttf");
}


@font-face {
    font-family: "test-font";
    src: url("../font/WHOA-Spine-v0.4.1.ttf") format("truetype-variations"),
         url("../font/WHOA-Spine-v0.4.1.ttf") format("woff");
}


html {
	height:100%;
}


body {
padding: 0;
    margin: 0;
    /* overflow: hidden; */
     background-color: white; 
    /* display: flex; */
    justify-content: center;
    /* height: 100%; */
    align-items: center;
    display: flex;
    height: 100vh;
      transition: background 1s ease; /* Smooth transition */
}

main {
position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: -9999;
    width: 40vh;
    opacity: 0;
}

canvas {
width: 100% !important;
    height: 100% !important;
}


.language {
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: red;
	padding: 20px;
}

        /* Basic styling for the SVG */
        svg {
            position: absolute;
            top: 0;
            left: 0;
            transition: 400ms ease-in;
                width: 100%;
    height: 100%;

        }

#animatedPath {
    transition: stroke-width 0.5s ease, stroke 0.5s ease; /* Transition for stroke width and color */
    fill: none;
}

#main {
z-index: 999;
top: 0;
    left: 0;
    transition: 400ms ease-in;
    width: 100%;
    height: 100%;
}

.text {
    width: fit-content;
    height: 100%;
}
.title  {
    font-family: 'Compressa VF';
    text-rendering: optimizeSpeed;
    color: wheat;
    width: 100%;
    user-select: none;
    line-height: 0.8em;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    font-size: 28vh;
    font-variation-settings: "wght" 1000, "wdth" 150.6, "ital" 0.5, "zoom" 1000;
    transition: 2s;
    /* justify-content: flex-end; */
    /* width: 100%; */
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    left: 0;
    transition: 400ms ease-in;
    width: fit-content;
    height: auto;
    padding: 20px;

}

.title span {
    display: inline-block;
    width: fit-content;
    mix-blend-mode: plus-lighter;
    height: fit-content;
}


@keyframes breathe {
	0% {
		font-variation-settings: "wght" 1000, "wdth" 0, "ital" 1;
		font-size: 10vw;
		filter: blur(20px);
		color: black;
	}
	60% {
		font-variation-settings: "wght" 500, "wdth" 200, "ital" 0;
		font-size: 11vw;
		filter: blur(0px);
		color: white;
	}
	
	100% {
		font-variation-settings: "wght" 100, "wdth" 0, "ital" 1;
		font-size: 10vw;
		filter: blur(10px);
		color: white;
	}
}

.delay1{animation-delay: 0.2s;}
.delay2{animation-delay: 0.4s;}
.delay3{animation-delay: 0.6s;}
.delay4{animation-delay: 0.8s;}
.delay5{animation-delay: 1.0s;}
.delay6{animation-delay: 1.2s;}
.delay7{animation-delay: 1.4s;}
.delay8{animation-delay: 1.6s;}
.delay9{animation-delay: 1.8s;}
.delay0{animation-delay: 0.0s;}


@media (min-width: 768px) and (max-width: 1024px) {
    .title  {
        font-size: 24vw;


    }

    main {
    width: max-content;
    height: 100%;
}




}