// Variables
//

// Prefix for :root CSS variables

$prefix:                      bs- !default;

$white:                     #fff !default;
$primary:                   #b89535 !default;
$secondary:                 #437389 !default;
// $success:                  #f0ebe5 !default;
$light:                     #e8f7ee !default;
$dark:                      #000a14 !default;


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


// Default (Light) Color Mode


// Dark Color Mode

$body-bg-dark:                #001429 !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-family-sans-serif:      "DM Sans", sans-serif !default;
$headings-font-weight:        700 !default;

$display-font-family:         "DM Serif Display", serif !default;
$display-font-weight:         400;

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

// $h6-font-size:                $font-size-sm !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;


// Accordion

$accordion-button-font-size:  $font-size-base * 1.2 !default;


// Form


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


// IMPORTS


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

// Importing additional components