@forward "bootstrap/scss/bootstrap" with (
  // This variable affects the `.h-*` and `.w-*` classes.
  $sizes: (
          25: 25%,
          33: 33.333%,
          50: 50%,
          66: 66.666%,
          75: 75%,
          90: 90%,
          100: 100%,
          auto: auto
  ),
  // Bootstrap redefinition:
  $primary: rgb(21, 143, 239),
  $success: #C2D95D,
  $warning: #FFD236,
  $danger: #FF4944,
  $info: #B28CE8,
  $secondary: #AAAAAA,
  $border-color: #D8D8D8
);