$theme-colors: (
  'primary': #1880c0,
  'danger': #cc0000,
);

$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1800px,
);

$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px,
  xxl: 1740px,
);

$sidebar-width: 245px;
$font-family: Lato, sans-serif;
$header-height: 70px;
$main-page-height: calc(100% - 70px);
