// Variables
//

// Prefix for :root CSS variables

$prefix:                      bs- !default;

$white:                     #fff !default;
$primary:                   #de9c2b !default;
$secondary:                 #e6b560 !default;
// $success:                  #f0ebe5 !default;
// $light:                     #fbeff1 !default;
$light:                     #d3fad6 !default;
$dark:                      #161413 !default;


// Body
//
// Settings for the `<body>` element.


// Default (Light) Color Mode

$body-bg:                     $white !default;
$body-secondary-bg:           $light !default;


// Dark Color Mode

$body-bg-dark:                $dark !default;
$body-secondary-bg-dark:      darken($body-bg-dark, 3%) !default;


// Typography
//
// Font, line-height, and color for body text, headings, and more.

$font-size-base:              1rem !default;
$font-size-sm:                $font-size-base * .875 !default;
$font-size-lg:                $font-size-base * 1.25 !default;

$font-weight-base:            300 !default;
$font-weight-bold:            500 !default;

$font-family-sans-serif:      "Montserrat", sans-serif !default;

$line-height-base:            1.65 !default;
$line-height-sm:              1.35 !default;
$line-height-lg:              2.1 !default;

// $headings-font-family:        "Noticia Text", serif !default;
$headings-font-weight:        500 !default;

$display-font-sizes: (
  1: 5.5rem,
  2: 5rem,
  3: 4.5rem,
  4: 4rem,
  5: 3.5rem,
  6: 3rem
) !default;

$display-font-family:         "Sacramento", cursive, serif !default;
$display-font-weight:         400;

$small-font-size:             $font-size-sm !default;


$lead-font-size:              $font-size-base * 1.4 !default;

// Components
//

$card-h-body-cols:                        4 !default;
$card-h-body-cols-lg:                     3 !default;

$card-lg-h-body-cols:                     5 !default;
$card-lg-h-body-cols-lg:                  4 !default;


// Luxize Components

$ornament-border-width:                   1px !default;

$masthead-navbar-logo-height:             54px;
$masthead-navbar-nav-link-font-weight:    $font-weight-bold !default;

$section-spacer-y:                          3rem !default;
$section-spacer-y-lg:                       6rem !default;

$section-title-font-size:                   3.5rem !default;


// IMPORTS


// Importing luxize
@import "luxize/luxize";

// Importing additional components
@import "card";
