$font-family-sans-serif: 'NoirPro', sans-serif;
//$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
$font-family-base: $font-family-sans-serif;
// stylelint-enable value-keyword-case
$font-size-base: 1.4rem; // Assumes the browser default, typically `10px`
//$font-weight-lighter: lighter !default;
//$font-weight-light: 300 !default;
//$font-weight-normal: 400 !default;
//$font-weight-bold: 700 !default;
//$font-weight-bolder: bolder !default;
//$font-weight-base: $font-weight-normal !default;
$headings-margin-bottom: 1.8rem;
//$headings-font-family: null !default;
$headings-font-weight: $font-weight-normal;
//$headings-line-height: 1.2 !default;
$display5-size: 2rem !default;
$display6-size: 1.8rem !default;
$display1-weight: $font-weight-normal;
$display2-weight: $font-weight-normal;
$display3-weight: $font-weight-normal;
$display4-weight: $font-weight-normal;
$display5-weight: $font-weight-normal !default;
$display6-weight: $font-weight-normal !default;
$display-line-height: $headings-line-height;
//$small-font-size: 80% !default;
$text-muted: $text-color;
$blockquote-small-color: $text-color;
//$blockquote-small-font-size: $small-font-size !default;
$blockquote-font-size: 1.8rem;