.skyspy-title {
	font-family: var(--font-primary);
	font-size: 60px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--color-text);
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.skyspy-title a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.skyspy-title a:hover {
	opacity: 0.6;
}
