// Body
$body-bg: #ffffff;
$body-fg:#000000;


$myFont: 'Roboto Condensed', sans-serif;
$myColor: $body-fg;
$myFontSize: 18px;
$myWidth: 680px;

// Typography
$font-family-sans-serif: 'roboto-condensed', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;
