// ------ #STYLE GUIDE

$small:						740px;
$lap: 						900px;
$desk: 						1200px;

// ------ #COLORS
$light:     				#e6e6e6;
$gray:		   				#b8b6b7;
$dark:      				#403b3c;
$secondary:					#fcc9b0;
$accent:					#a33b61;
$black:						#000000;
$borders:					$light;

// ------ #SETTINGS

$namespace:                 null;

// High-level base settings.
$base-font-size:            14px;
$base-line-height:          24px;

$gutter-small:				10px;
$gutter: 					24px;
$gutter-lap:				36px;
$gutter-desk:				54px;

$base-spacing-unit:         $base-line-height;
$base-spacing-unit--small:  $gutter-small;
$base-spacing-unit--large:  $gutter-lap;

$gallery-columns: 			true;
$editor-style:				false;





// ------ #OBJECTS

$enable-grid: 				true;

$enable-table--fixed: 		true;
$enable-table--cosy: 		true;
$enable-table--rows: 		true;

$enable-nav--stacked: 		true;
$enable-nav--block: 		true;

$enable-flag--flush:		true;