$enable-rounded: true;
$enable-shadows: false;
$enable-gradients: false;

// prettier-ignore
$theme-colors: (
  primary: #263049,
  secondary: $gray-600,
  //success: $green,
  //info: $cyan,
  //warning: $yellow,
  //danger: $red,
  light: $gray-100,
  dark: $gray-800
);

$link-color: theme-color(primary);
$link-decoration: none;
$link-hover-color: darken($link-color, 15%);
$link-hover-decoration: underline;

// prettier-ignore
$logo: (
  padding: 10px
);

// prettier-ignore
$navigation: (
  height: 49px,
  breakpoint: 880px,
  font-size: 16px
);

$font-weight-bold: 500;
$font-weight-normal: 400;
$font-weight-light: 300;

$h1-font-size: 70px;
$headings-font-weight: $font-weight-bold;

$font-family-sans-serif: 'Roboto', #{$font-family-sans-serif};
$font-family-base: $font-family-sans-serif;

$mf-focus-color: theme-color(primary);

$transition-transform: transform 0.35s ease;

// Container

$container-max-width: 1500px;
$container-max-width-middle: 1200px;
$container-max-width-narrow: 1090px;

$node-spacing: $spacer * 5;
$node-spacing-xs: $node-spacing / 2;

$node-spacing-lg: $spacer * 8;
$node-spacing-xl: $spacer * 10;
$node-spacing-xxl: $spacer * 15;

// Paths

$site-package-path: "/_Resources/Static/Packages/GesagtGetan.Theme";
