// ==========================================================================
// Typography variables
// ==========================================================================

$monospace: 'courier new', monospace;
$serif: Georgia, "Times New Roman", Times, serif;
$sans: Helvetica, Arial, sans-serif;
$open-sans: 'Open Sans', $sans; // 400 400i 600 700 700i

$normal: 400; // Change these values when using custom fonts
$bold: 700; // For example, bold could change to 400;

$color__pre-background: #eee;
$color__mark-background: #fff9c0;

// ==========================================================================
// Root font settings
// ==========================================================================

$root-font:(
	color: #222,
	font-family: $open-sans,
	font-size: 16,
	font-weight: $normal,
	line-height: 1.4
);
