// Variables
//

// Prefix for :root CSS variables

$prefix:                      bs- !default;


// Color system

$white:    #fff !default;
$gray-100: #f8f9fa !default;
$gray-200: #e9ecef !default;
$gray-300: #dee2e6 !default;
$gray-400: #ced4da !default;
$gray-500: #adb5bd !default;
$gray-600: #6c757d !default;
$gray-700: #495057 !default;
$gray-800: #343a40 !default;
$gray-900: #050505 !default;
$black:    #000 !default;


$primary:  #df9d6c !default;
$secondary: #cdddab !default;
$light:     #eef7f3 !default;
$dark:      #251a0f !default;


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


// Default (Light) Color Mode

$body-bg:                     $light !default;
$body-secondary-bg:           darken($body-bg, 4%) !default;


// Dark Color Mode

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


// Typography
//

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

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

$headings-font-weight:        700 !default;

$display-font-family:         null !default;
$display-font-weight:         700 !default;

// $lead-font-size:              $font-size-base * 1.75 !default;

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


// Components


$border-width:                            3px !default;
// $border-color:                         lighten($body-bg, 10%) !default;


// Accordion

$accordion-button-font-size:              $font-size-base * 1.4 !default;
$accordion-button-font-weight:            700 !default;


// Form

$form-label-font-size:                    $font-size-sm !default;
$form-label-font-weight:                  700 !default;


// Luxize Components
//

$ornament-border-width:                   $border-width !default;
$ornament-padding:                        1.25rem !default;


// Card


// $card-body-spacer:                     0 !default;
$card-cover-overlap:                      5rem !default;
$card-cover-overlap-lg:                   6rem !default;

$card-h-body-cols:                        2 !default;
$card-h-body-cols-lg:                     2 !default;

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


// Item

$item-text-transform:                     uppercase !default;


// IMPORTS


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

// Importing additional components
