:root{
	--color-1: #800000;
	--color-2: #b57f7f;
}

/****/

@font-face{
font-family: "Jenkins"; font-style: normal; font-weight: 200 900;
src: url("../_lib/_media/fonts/jenkins.woff2") format("woff2");
}

/****/

header h1{
	font-family: "Jenkins";
	text-transform: lowercase;
	font-size: 3em;
}

/****/

article{
    margin: auto;
    font-size: 1.2em;
    line-height: 1.8;
    max-width: 750px;
}

article h1{
    font-size: 1.7em;
    margin-bottom: 1em;
}

article h1 input{
    width: 100%;
}

article .ingredients textarea, article .directions textarea{
    width: 100%;
}

article .ingredients{
    line-height: 1.8;
    font-size: 0.8em;
}

article .directions{
    margin-top: 2em;
    line-height: 1.5;
}