html, body
{
	font-family: 'Montserrat', sans-serif;
}

header.app
{
	background-color: #d6401e;
}

.card > .card-title-category > .card-title,
a:visited, a:focus, a:active,
aside > section > section.filter-section > .filter-item > input[type="checkbox"]:checked + label,
aside > section > section.filter-section > .filter-item > input[type="checkbox"]:checked
{
	color: #d6401e;
}

section.job-detail > div.apply > button.apply
{
	background-color: #d6401e;	
	border-radius: 0px;
}
