
// Grays
// -------------------------
black           = #000
grayDarker      = #222
grayDark        = #444
gray            = #666
grayLight       = #999
grayLighter     = #ccc
grayLightest    = #eee
white           = #fff


// Scaffolding
// -------------------------
bodyBackground  = white
textColor       = grayDark

// Links
// -------------------------
linkColor 		= #036
linkColorHover  = #800

mixin link_internal()
  border-style: solid
  

// Typography
// -------------------------
sansFontFamily  = Verdana, sans-serif;
sansNarrowFontFamily  = "Helvetica Neue",Helvetica,Arial,sans-serif
serifFontFamily = Georgia, "Times New Roman", Times, serif;
monoFontFamily  = Menlo, Monaco, Consolas, "Courier New", monospace;

baseFontSize    = 14px
baseFontFamily	= sansFontFamily
baseNarrowFontFamily	= sansNarrowFontFamily
baseLineHeight  = 22px
altFontFamily   = serifFontFamily

headingsFontFamily	= inherit; // empty to use BS default, @baseFontFamily
headingsFontWeight	= bold;    // instead of browser default, bold
headingsColor       = inherit; // empty to use BS default, @textColor
