p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    border-left: 4px solid var(--bnm-color-primary);
    box-shadow: inset 0 0 0 0 #ddd;
    margin: 0;
    padding-left: 1em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: var(--bnm-color-background-pre);
	font-family: var(--bnm-font-family-pre);
	line-height: var(--bnm-line-height-pre);
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: var(--bnm-font-family-code);
}

abbr,
acronym {
	border-bottom: 1px dotted $color__border-abbr;
	cursor: help;
}

mark,
ins {
	background: $color__background-ins;
	text-decoration: none;
}

big {
	font-size: 125%;
}
