/* Custom Styles */

a {
    color: #FF5E1A;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

a.dark-blue {
    color: #19203E;
}

a.bright-blue {
    color: #1B98E0;
}



body, p, ul, li, a { 
	font-family: "Verlag A", "Verlag B", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
}

.lead { 
	font-family: "Verlag A", "Verlag B", sans-serif;
	font-style: normal;
	font-weight: 300;
}

h1 { 
	font-family: "Archer SSm A", "Archer SSm B", slab-serif;
	font-style: normal;
	font-weight: 800;
}

h2, h3, h4, h5, h6 { 
	font-family: "Archer SSm A", "Archer SSm B", slab-serif;
	font-style: normal;
	font-weight: 700;
}