// -------------------------------------------------------------------
// :: FONT-SIZES
// -------------------------------------------------------------------
// Base-font-sizes should be set in base/_typography.scss
//
// - http://www.awayback.com/revised-font-stack
// - http://practicaltypography.com/system-fonts.html


$font-family-sans: "Flanders Art Sans Regular";
$font-family: $font-family-sans;
$font-family-bold: "Flanders Art Sans Medium";
$font-family-light: "Flanders Art Sans Light";
$font-family-serif: "Flanders Art Sans Light";

$font-size-xxxlarge: 33px; // h1
$font-size-xxlarge:  26px; // h2
$font-size-xlarge:   20px; // h3
$font-size-large:    20px; // h4
$font-size:          18px; // h5
$font-size-medium:   16px; // default
$font-size-small:    13px; // h6, small, cite

// Default border-radius value for input elements,
// alerts, buttons, images (in <figure>), ...

$line-height:   1.7;
