// colors
// $accentColor: #49b1f5;
// $activeColor: #ff5722;
// $accentColor: #3eaf7c;
// $textColor: #2c3e50;
// $borderColor: #eaecef;
// $codeBgColor: #282c34;
// $arrowBgColor: #ccc;
// $badgeTipColor: #42b983;
// $badgeWarningColor: darken(#ffe564, 35%);
// $badgeErrorColor: #DA5961;

// layout
// $navbarHeight: 3.6rem;
// $sidebarWidth: 20rem;
// $contentWidth: 740px;
// $homePageWidth: 960px;

// responsive breakpoints
$MQNarrow: 959px !default;
$MQMobile: 719px !default;
$MQMobileNarrow: 419px !default;