$include-column-box-sizing: true !default;

// Custom.scss
// Option B: Include parts of Bootstrap

// 1. Include functions first (so you can manipulate colors, SVGs, calc, etc)

@import "../../node_modules/bootstrap/scss/functions";

// 2. Include any default variable overrides here
$enable-cssgrid:              true;
$grid-breakpoints: (
  sm: 0,
  md: 768px,
  lg: 992px,
  xl: 1400px
) !default;

// 3. Include remainder of required Bootstrap stylesheets (including any separate color mode stylesheets)
@import "../../node_modules/bootstrap/scss/variables";
@import "../../node_modules/bootstrap/scss/variables-dark";

// 5. Include remainder of required parts
@import "../../node_modules/bootstrap/scss/maps";

// @import "mixins/breakpoints";
// @import "mixins/container";
// @import "mixins/grid";
// @import "mixins/utilities";
@import "../../node_modules/bootstrap/scss/mixins";

@import "../../node_modules/bootstrap/scss/vendor/rfs";

@import "../../node_modules/bootstrap/scss/containers";
@import "../../node_modules/bootstrap/scss/grid";

@import "../../node_modules/bootstrap/scss/utilities";
// Only use the utilities we need
// stylelint-disable-next-line scss/dollar-variable-default
$utilities: map-get-multiple(
  $utilities,
  (
    "object-fit",
    "opacity",
    "overflow",
    "overflow-x",
    "overflow-y",
    "display",
    "shadow",
    "position",
    "top",
    "bottom",
    "start",
    "end",
    "z-index",
    "translate-middle",
    "order",
    "flex",
    "flex-direction",
    "flex-grow",
    "flex-shrink",
    "flex-wrap",
    "justify-content",
    "align-items",
    "align-content",
    "align-self",
    "order",
  )
);

@import "oui_offcanvas";

// 7. Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss`
@import "../../node_modules/bootstrap/scss/utilities/api";

// 8. Add additional custom code here
@import "style";