/* pix shortcode and image alignment */

/* Tighter vertical rhythm (theme default body line-height is 1.7) */
body {
	line-height: 1.5;
}

.primary p {
	margin-bottom: 1rem;
}

.post__toc .toc__menu,
.post__toc .toc__menu a,
.post__toc .toc__menu li {
	line-height: 1.5;
}

blockquote {
	line-height: 1.45;
}

/* Quicksand for headings, page titles, sidebar — pairs with Nunito body in config */
h1,
h2,
h3,
h4,
h5,
h6,
.main__title,
.widget__title,
.menu__link,
.menu__btn-title {
	font-family: "Quicksand", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	letter-spacing: 0.02em;
}

.post__title {
	letter-spacing: 0.02em;
}
