main {
	--color-primary: 0, 50, 132;
	--color-secondary: #3730a3;
	--color-buttons: ;
	--color-typography: #003284;
	--color-typo-shadow: ;
	--color-wind-alert: #0018a8;
	--bg-image-24: url(bg/24/mediterrania.png);
	--bg-image-75: url(bg/75-hor/Mediterranea-75-H.jpg);
	--bg-image-75-vert: url(bg/75-vert/mediterrania.jpg);
	--bg-title-area: url(bg/areas/mediterrania.png);
	--font-family: Laviossa;
	--font-size-base: 32px;
	--font-size-md: 40px;
	--font-size-xl: 80px;
	--font-size-2xl: 120px;
	--font-size-3xl: 232px;
	--border-sm: .75px;
	--border-lg: .75px
}

main .title-24 {
	font-size: 5.5rem;
	line-height: 120%
}

main .title-75 {
	font-style: normal;
	font-weight: 500;
	line-height: 100%
}

main .title-wind-alert {
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: #242424
}

main .wind-alert {
	background: #f9fafb;
	box-shadow: 0 20px 50px #262e4c17;
	-webkit-backdrop-filter: blur(32px);
	backdrop-filter: blur(32px)
}

main .font-thank-you {
	font-family: var(--font-family);
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	color: rgb(var(--color-primary))
}

@font-face {
	font-family: Laviossa;
	src: url(fonts/Laviossa-Medium.otf) format("opentype")
}