@import "spacing";
// Typography
//
// Font, line-height, and color for body text, headings, and more.

$font-family-sans-serif: Oswald, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
$font-family-serif: Quattrocento, "Times New Roman", Times, serif !default;
$font-family-monospace: Lato, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
$font-family-base: $font-family-sans-serif !default;

// Pixel value used to responsively scale all typography. Applied to the `<html>` element.
$font-size-root: 10px !default;

$font-size-base: 1.6rem !default;
$font-size-lg: 2rem !default;
$font-size-sm: 1.4rem !default;
$font-size-xs: 1.2rem !default;

$line-height-base: 1.5 !default;

$font-size-h1: 4rem !default;
$font-size-h2: 3.2rem !default;
$font-size-h3: 2.8rem !default;
$font-size-h4: 2.4rem !default;
$font-size-h5: 2rem !default;
$font-size-h6: 1.6rem !default;

$display1-size: 6rem !default;
$display2-size: 5.5rem !default;
$display3-size: 4.5rem !default;
$display4-size: 3.5rem !default;

$display1-weight: 300 !default;
$display2-weight: 300 !default;
$display3-weight: 300 !default;
$display4-weight: 300 !default;

$headings-margin-bottom: ($spacer / 2) !default;
$headings-font-family: inherit !default;
$headings-font-weight: 500 !default;
$headings-line-height: 1.1 !default;
$headings-color: inherit !default;

$lead-font-size: 2rem !default;
$lead-font-weight: 300 !default;

$small-font-size: 80% !default;

$text-muted: $gray-light !default;

$abbr-border-color: $gray-light !default;

$blockquote-small-color: $gray-light !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;
$blockquote-border-color: $gray-light !default;
$blockquote-border-width: .25rem !default;

$hr-border-color: rgba(0, 0, 0, .1) !default;
$hr-border-width: $border-width !default;

$mark-padding: .2em !default;

$dt-font-weight: bold !default;

$kbd-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25) !default;
$nested-kbd-font-weight: bold !default;

$list-inline-padding: 5px !default;

$letter-spacing: .2rem;