//------------------------------------------------------------------------------------------------
// PROJECT OVERRIDES
//------------------------------------------------------------------------------------------------

/*
A complete list of all the different overrides you can apply to EvoToolkit.
Simply comment in and apply your changes.

For full details, please visit the Brand Toolkit.
*/


//------------------------------------------------------------------------------------------------
// GLOBAL SETTINGS
//------------------------------------------------------------------------------------------------

// @include set-breakpoints((
// 	'md' : 800px,
// 	'lg4' : 1920px
// ));

// @include set-spacing((
// 	'large' : 60px,
// 	'small' : 10px
// ));

// $container-size: 1170px;
// $gutter: 20px;
// $container-gutter-mobile: 10px !default;
// $container-gutter: $gutter !default;

// $global-transition-duration: 0.25s;
// $global-transition-duration-fast: 0.1s;

// $global-body-font: 'Roboto', sans-serif;
// $global-mobile-body-font-size: 14px;
// $global-body-font-size: 16px;
// $global-body-weight: 300;
// $global-header-font: 'moderat', sans-serif;
// $global-header-weight: normal;
// $global-line-height: 1.5;
// $global-fonts-path: '../fonts/';

// $global-border-radius: 5px;
// $global-border-radius-large: 10px;

// @include set-icon-sizes((
// 	'large' : 60px,
// 	'small' : 10px
// ));

// $compile-offsets: true;

//@include set-typography((
//	'alpha': (
//		'font-family': $global-body-font,
//		'white-space': nowrap,
//		'font-weight': bold,
//		'font-size': rem(32px),
//		'breakpoints': (
//			'md': rem(48px)
//		)
//	)
//))