html,
body {
	background-color: white;
	font-size: 12pt;
	color: rgb(43, 43, 43);
}

.name {
	font-size: 1.2em;
}

.categories,
.rating,
.metadata,
.subhead {
	font-size: 0.9em;
}

.metadata span[itemprop='recipeYield'] strong {
	font-weight: normal;
  	color: #d10505;
}

.adjuster {
	margin: 8px 4px;
	padding: 6px 10px;
	width: fit-content;

	background-color: #F4E1E1;
	border-radius: 8px;
}

/* NEST HUB */
@media screen and (max-width: 1100px) and (max-height: 600px) {
	html,
	body {
		font-size: 18pt;
	}

	ul li {
		margin: 20px 0;
	}
}