// customize some Bootstrap variables
// Prefix for :root CSS variables

$variable-prefix: bs- !default; // Deprecated in v5.2.0 for the shorter `$prefix`
$prefix: $variable-prefix !default;

$primary: #193b68;
$light: #f2f3f8;
$muted: #969faf;
$body-color: $primary;

$complementary-1: #ffc107;
$complementary-2: #8bc34a;
$complementary-3: #3f51b5;
$complementary-4: #ff5722;
$complementary-5: #9e9e9e;
$complementary-6: #3f3f3f;
$complementary-7: #f44336;

$enable-negative-margins: true;

// import Bootstrap and its default variables

// the ~ allows you to reference things in node_modules
@import '~bootstrap/scss/functions.scss';
@import '_variables.scss';
@import '~bootstrap/scss/bootstrap';

@import '~icofont/dist/icofont.css';
@import '_localFonts.scss';

@import '~datatables.net-bs5/css/dataTables.bootstrap5.min.css';
@import '~select2/src/scss/core';
@import '~select2-bootstrap-5-theme/src/select2-bootstrap-5-theme';
@import '~select2-bootstrap-5-theme/src/include-all';

// STYLE
@import "trustShowCase.scss";
@import "newApp.scss";
@import "card.scss";
@import "contact.scss";
@import "price.scss";
@import "modal.scss";
@import "flash.scss";
