// Typography
//
// Font, line-height, and color for body text, headings, and more.
$font-family-sans-serif:      var(--leap-font-family);
$font-family-base:            $font-family-sans-serif !default;

$font-size-base:              0.875rem;                //14px
$font-size-lg:                1.0625rem;               //17px
$font-size-sm:                0.8125rem;               //13px
$font-size-xs:                0.750rem !default;       //12px
 
$font-weight-light:           300;
$font-weight-normal:          400;
$font-weight-bold:            600;

$line-height-xs:              1 !default;
$line-height-sm:              1.38462; 
$line-height-base:            1.5715;
$line-height-lg:              1;

$h1-font-size:                2rem;
$h2-font-size:                1.75rem;
$h3-font-size:                1.5rem;
$h4-font-size:                1.25rem;
$h5-font-size:                1rem;
$h6-font-size:                $font-size-sm;

$headings-font-weight:        $font-weight-normal;

$text-muted:                  $info;


/* beautify ignore:start */
$display-font-sizes: (
  1: 4rem,
  2: 3.25rem,
  3: 2.625rem,
  4: 1.750rem, 
); 
/* beautify ignore:end */