// App variables

// - colors
$black: #000000;
$white: #ffffff;

$tysapi-gray-light: #EFF3F6;
$tysapi-gray: #535F76;

$tysapi-blue-darker: #18202E;
$tysapi-blue-dark: #151C2E;
$tysapi-blue: #0097f7;

// - layout
// -- left menu
$left-menu-width: 24rem;
$left-menu-bg: $tysapi-blue-darker;
$left-menu-link-hover: #1C2431;
$left-menu-link-color: #919BAE;
$left-menu-title-color: #5B626F;

// -- header
$header-height: 6rem;

// -- content
$content-background: #FAFAFB;

// Import bootstrap variables
@import "variables.bootstrap";
