// @import "~bootstrap/scss/root";
:root {
  @each $color, $value in $theme-colors {
    --#{$color}: #{$value};
  }

  @each $bp, $value in $grid-breakpoints {
    --breakpoint-#{$bp}: #{$value};
  }

  --font-family-sans-serif: #{inspect($font-family-sans-serif)};
}

