@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
scroll-behavior: smooth;
}

/* ---------- FONTS ---------- */

/* ---------- HEADER ---------- */
body{
	background-color:#fff !important;
	font-family: 'Prompt', sans-serif;
}
.titleGray{
	font-family: 'Prompt', sans-serif;
	color: #aaa;
	text-transform: uppercase;
	line-height: 1;
	font-size: clamp(2rem, 1.248rem + 3.252vw, 4.5rem);
	font-weight: 400;
}
.titleGray-sm{
	font-family: 'Prompt', sans-serif;
	color: #aaa;
	text-transform: uppercase;
	line-height: 1;
	font-size: 1rem;
	font-weight: 400;
}
.titleOrange{
	font-family: 'Prompt', sans-serif;
	color:#F29A2E;
	text-transform: uppercase;
	line-height: 1;
	font-size: clamp(2rem, 1.248rem + 3.252vw, 4.5rem);
	font-weight: 700;

}
.TextGray{
	font-family: 'Prompt', sans-serif;
	color: #aaa;
	line-height: 1;
	font-size: clamp(0.9rem, 0.7195rem + 0.7805vw, 1.5rem);
	font-weight: 200;
}
.TextGray-1{
	font-family: 'Prompt', sans-serif;
	color: #EEE;
	line-height: 1.2;
	font-size: 0.9rem;
	font-weight: 200;
	opacity:0.3; /* Completely invisible. */
    transition:1s; /* A 1 second transition. */
}

.TextGray-1:hover{
	font-family: 'Prompt', sans-serif;
	color: #999;
	line-height: 1.2;
	font-size: 0.9rem;
	font-weight: 200;
	opacity:1; /* Completely visible. */
}
