.poppins {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: -0.5px;
}


.franklin {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 400;
}

.poppins.semibold {
	font-weight: 600;
}

.poppins.bold {
	font-weight: 700;
}


.franklin.semibold {
	font-weight: 600;
}

.dafoe {
	font-family: 'Mr Dafoe', cursive;
}