// Overwrite Bootstrap's variables here
// You can find them in node_modules/bootstrap/scss/_variables.scss
/*! Bootstrap 4 "Business Tycoon" Theme by HackerThemes, https://hackerthemes.com */

$font-family-sans-serif: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;

$enable-shadows: true !default !default;
$enable-gradients: true !default !default;

$border-radius: 0 !default;
$border-radius-lg: 0 !default;
$border-radius-sm: 0 !default;

$body-bg: #f5f5f5 !default;
$body-color: #171717 !default;

$sizes: (
  10: 10%,
  20: 20%,
  30: 30%,
  40: 40%,
  50: 50%,
  60: 60%,
  70: 70%,
  80: 80%,
  90: 90%,
  100: 100%
) !default !default;

$spacer: 1rem !default; //16px

$spacers: (
  0: 0,
  1: ($spacer * .25),
  2: ($spacer * .5),
  3: $spacer,
  4: ($spacer * 1.5),
  5: ($spacer * 3),
  6: ($spacer * 3.75),
  7: ($spacer * 4.5),
  8: ($spacer * 6)
) !default;

//Typography
$line-height-base: 1.5 !default; // 24px
$line-height-lg: 1.44 !default; // 36px (from 25)

$h1-font-size: 2.4375rem !default; // 39px
$h2-font-size: 1.9375rem !default; // 31px
$h3-font-size: 1.5625rem !default; // 25px
$h4-font-size: 1.25rem !default; //20px
$h5-font-size: 1.25rem !default; //20px
$h6-font-size: 1rem !default; // 16px

$display1-weight: 400 !default;
$display2-weight: 400 !default;
$display3-weight: 400 !default;
$display4-weight: 400 !default;

$display1-size: 5.9375rem !default; // 95px
$display2-size: 4.75rem !default; // 76px
$display3-size: 3.8125rem !default; // 61px
$display4-size: 3.0625rem !default; // 48px


/** Font Awesome*/
// $fa-font-path: "../webfonts" !default;