@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

.chakra {
	font-family: "Chakra Petch", sans-serif;
}

.text-orange {
	color: #f9861a;
}

.to-type {
	border: solid 2px #f9861a;
	letter-spacing: 4px;
}


@media (min-width: 992px) {
	.w-resp {
		max-width: 50%;
	}
}
