font-family: "Parkinsans", sans-serif;
font-family: "Work Sans", sans-serif;

.link-style{
	font-family:"Work Sans";
	font-weight:600;
}

.btn-light:hover{
	font-family:"Work Sans";
	font-size:18px;
	font-weight:600;
	color:#EF6735!important;

.btn-cosmic-latte{
	background:#FAF9E7;
	color: rgb(239 104 54) !important;
}

.btn-cosmic-latte:hover{
	background:#e5e5db!important;
	color: rgb(239 104 54) !important;
}

.ltc-deep-carrot-orange:hover{
	color:#EF6836!important;
	text-decoration: underline;
}

.ltc-onyx{
	color:#EF6836!important;
}
.ltc-onyx:hover{
	color:#EF6836!important;
	font-weight: 600;
}

.btn-wire:hover {
    background: #EF6836 !important;
	color: #fff !important;
    border: 2px solid transparent;
}