/**
 * Fonts settings
 */

$fonts: (
	default: (
		family: $body-font-family,
		cap-height: .73,
		x-height: .51
	),
) !default;
