@import "variables.css";
@import "typography.css";
@import "base.css";
@import "header.css";
@import "hero.css";
@import "sections.css";


.about {
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.contact {
	max-width: 600px;
	margin: auto;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
	background: white;
}
.section-title {
	font-size: 2rem;
	text-align: center;
}
.services {
	display: grid;
	gap: 25px;
}

/* Specifics */
span.tv360 {
	background: linear-gradient(to right, #418de2, #a735d4);
	background-clip: text;
	color: transparent;
	font-optical-sizing: inherit;
}
