/*
 * Global variables
 */
$image-theme-path                : '../images/' !default;
// standard colors
$white		    : #FFF !default;
$black			: #000 !default;
$nocolor		: transparent !default;
$light-gray	: #CCC !default; 


// color for default theme
$theme-color    : #000000 !default; /* main color which will be used for all main block styles... */
$border-color	: #e5e5e5 !default;
$background-color	: #f7f7f7 !default;


$theme-color-second  			 : #2E2D32 !default;
$theme-color-default             : $theme-color !default;
$theme-color-hover               : $theme-color !default;
$theme-color-secondary           : #262a2e !default;
$link-color                      : $black !default;


// Theme Margin, Padding
// -------------------------
$theme-margin    : 30px !default;
$theme-padding   : 30px !default;
// fonts
$font-family-second : 'tahoma' !default; 
$theme-padding : 30px !default; 
/**
 * Import component variables
 */

@import "vars/nav";
@import "vars/layout";
@import "vars/elements";
@import "vars/widget";