@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@400;600;800&family=Montserrat:wght@200;900&display=swap');

.main-content-synthwave {
	font-family: "Gemunu Libre", sans-serif;
	font-size: 4.5rem;
  	font-size: clamp(3.5rem, 4.5vw, 5rem);
	font-weight: 600;
	text-transform: uppercase;
	color: #BAE3E5;
}

.big-body-cbdc {
	font-size: 1.6rem;
    font-size: clamp(1.3rem, 1.6vw, 2rem);
	font-weight: 300;
}

.body-content-synthwave {
	font-family: "Gemunu Libre", sans-serif;
  	font-weight: 800;
	font-size: 4rem;
  	font-size: clamp(2.5rem, 4vw, 4.5rem);
	text-transform: uppercase;
	color: #BAE3E5;
}

.glow {
	text-shadow: 0 0 20px #BAE3E5;
}

.glow:hover {
	color: white;
	text-shadow: 0 0 30px white, 0 0 60px white, 0 0 70px white, 0 0 90px white;
}

.animated-script {
	font-family: "Gemunu Libre", sans-serif;
	font-size: 3rem;
  	font-size: clamp(2rem, 3vw, 3.5rem);
  	margin-bottom: 0;
  	z-index: 150;
	width: fit-content;
	background: linear-gradient(360deg, #6FA4A5 0%, #7FC8CC 52.07%, #ABD8DB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.synthwave {
	font-family: "Gemunu Libre", sans-serif;
	font-weight: bold;
	line-height: 110%;
	font-size: 4.5rem;
  	font-size: clamp(3.5rem, 4.5vw, 5rem);
	text-transform: uppercase;
	background: linear-gradient(360deg, #6FA4A5 0%, #7FC8CC 52.07%, #ABD8DB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}