@font-face {
  font-family: rotor;
  src: url("./rotor-VF.woff2") format("woff2-variations");
}
html {
  --size: 99.9vw;
  --loop: 5s;
--loopStopPos:5s;
--screenTipsShadeOffLimits:30s;
  --delay: 0.02;
  --background1: #129681;
  --background2: #085147;
  --background3: #e01c82;
  --color1: #ffebe5;
  --color2: #ffd9ce;
  font-family: rotor;
  font-size: calc(var(--size) * 0.17);
 /*  background: #282c37; */

}

body {
  margin: 0;
}

.specific_spanInGlassFontCssSection {
  background-image: radial-gradient(circle at 0% 110%, var(--background2), var(--background1)), radial-gradient(circle at 0% -30%, var(--background3), transparent);
  background-blend-mode: screen;

 opacity: 0;

	-webkit-animation: screenGlassFogTipsDisplayShow var(--screenTipsShadeOffLimits) ease-in normal 1;
	animation: screenGlassFogTipsDisplayShow var(--screenTipsShadeOffLimits) ease-in normal 1;
	
}

.specific_spanInGlassFontCssText {
  width: var(--size);
  height: 100vh;
  display: flex;
font-size:10vw;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  background-color: #000;
  background-image: repeating-radial-gradient(circle at 120% 110%, #000 10px, #333 20px), repeating-radial-gradient(circle at -20% 30%, #000 10px, #333 20px);
  background-blend-mode: screen;
  filter: contrast(5);
  mix-blend-mode: lighten;
}

.specific_spanInGlassFontCss {
  -webkit-animation: text var(--loop) ease-in normal 4;
          animation: text var(--loop) ease-in normal 4;
}


@-webkit-keyframes text {
0% {
    font-weight: 100;
    font-variation-settings: "RTTX" 180, "DPTH" 62, "OFST" 0;
    scale: 1.5;
    filter: blur(calc(var(--size) * 0.06));
    color: var(--color2);
  }
  10% {
    font-weight: 900;
    font-variation-settings: "RTTX" 0, "DPTH" 62, "OFST" 0;
    scale: 1;
    filter: blur(calc(var(--size) * 0.005));
    color: var(--color1);
  }
70% {
    font-weight: 900;
    font-variation-settings: "RTTX" 0, "DPTH" 62, "OFST" 0;
    scale: 1;
    filter: blur(calc(var(--size) * 0.005));
    color: var(--color1);
  }
  89% {
    font-weight: 100;
    font-variation-settings: "RTTX" 180, "DPTH" 62, "OFST" 0;
    scale: 1.5;
    filter: blur(calc(var(--size) * 0.06));
    color: var(--color2);
  }
  90% {
    font-weight: 100;
    font-variation-settings: "RTTX" 180, "DPTH" 62, "OFST" 0;
    scale: 1.5;
    filter: blur(calc(var(0) * 0.06));
    color: var(--color2);
  }
  100% {
    font-weight: 100;
    font-variation-settings: "RTTX" 180, "DPTH" 62, "OFST" 0;
    scale: 1.5;
    filter: blur(calc(var(--size) * 0.06));
    color: var(--color2);
  }
}

@keyframes text {
0% {
    font-weight: 100;
    font-variation-settings: "RTTX" 180, "DPTH" 62, "OFST" 0;
    scale: 1.5;
    filter: blur(calc(var(--size) * 0.06));
    color: var(--color2);
  }
  10% {
    font-weight: 900;
    font-variation-settings: "RTTX" 0, "DPTH" 62, "OFST" 0;
    scale: 1;
    filter: blur(calc(var(--size) * 0.005));
    color: var(--color1);
  }
70% {
    font-weight: 900;
    font-variation-settings: "RTTX" 0, "DPTH" 62, "OFST" 0;
    scale: 1;
    filter: blur(calc(var(--size) * 0.005));
    color: var(--color1);
  }
  89% {
    font-weight: 100;
    font-variation-settings: "RTTX" 180, "DPTH" 62, "OFST" 0;
    scale: 1.5;
    filter: blur(calc(var(--size) * 0.06));
    color: var(--color2);
  }
  90% {
    font-weight: 100;
    font-variation-settings: "RTTX" 180, "DPTH" 62, "OFST" 0;
    scale: 1.5;
    filter: blur(calc(var(0) * 0.06));
    color: var(--color2);
  }
  100% {
    font-weight: 100;
    font-variation-settings: "RTTX" 180, "DPTH" 62, "OFST" 0;
    scale: 1.5;
    filter: blur(calc(var(--size) * 0.06));
    color: var(--color2);
  }
}



@-webkit-keyframes screenGlassFogTipsDisplayShow {
0% {
    opacity: 0;
  }
1% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }

100% {
    opacity: 0;
  }

}

@keyframes screenGlassFogTipsDisplayShow {
0% {
    opacity: 0;
  }
1% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }

100% {
    opacity: 0;
  }

}