
/*--- WRITE YOUR CSS HERE ---*/

@font-face { 
	font-family: 'Willow'; 
	src: url("willow__.ttf") format("truetype"); 
}


.codezone h1, .codezone .pullquotes {
	font-family: 'Willow';
	font-size: 4.4rem;
	line-height: 1em;
	color: #000;
}

.codezone .dek {
	margin-top: 30px;
	font-size: 26px;
	line-height: 1.3em;
}

.codezone .byline-feat {
	color: #000;
	background-color: #fff;
}

.codezone p a:not(.bw-attribution-link) {
	color: #3c3c3c;
	border-bottom: 2px solid #2800d7;
}

.lede-text-overlay-parallax .lede-content {
	box-sizing: content-box;
}

.codezone h2 {
	font-family: 'Willow';
	width: 60%;
	max-width: 720px;
	margin: 30px auto;
	color: #000;
}


