// Moo UI — Public Sass Facade: Settings
//
// This is the consumer-facing subset of Moo UI's Sass variables.
// Import this file BEFORE Bootstrap's _variables.scss so your overrides
// take precedence over Bootstrap's own !default values.
//
// Usage (relative-path, Bootstrap Option B pattern):
//   @import "../node_modules/bootstrap/scss/functions";
//   @import "../node_modules/@wpmoo/ui/scss/facade-settings";
//   $primary: #your-brand-color;
//   @import "../node_modules/bootstrap/scss/variables";
//   ...
//
// Usage (include_paths-based, bundler-configured):
//   @import "bootstrap/scss/functions";
//   @import "@wpmoo/ui/scss/facade-settings";
//   $primary: #your-brand-color;
//   @import "bootstrap/scss/variables";
//   ...
//
// Public variable allow-list (0.9.0):
//
//   Brand colors — any valid Sass color value:
//     $primary        Default: #171717
//     $secondary      Default: #f4f4f5
//     $success        Default: #16803c
//     $info           Default: #0f6e8c
//     $warning        Default: #a15c00
//     $danger         Default: #dc2626
//     $light          Default: #fafafa
//     $dark           Default: #18181b
//
//   Body — any valid Sass color value:
//     $body-color     Default: #18181b
//     $body-bg        Default: #fff
//
//   Borders — any valid Sass color (border-color) or CSS <length> (radius):
//     $border-color   Default: #e4e4e7
//     $border-radius  Default: 0.5rem
//     $border-radius-sm  Default: 0.375rem
//     $border-radius-lg  Default: 0.625rem
//
//   Typography — rem/em/unitless ratio (same constraint as Bootstrap's
//   $font-size-base; see vendor/bootstrap/scss/_variables.scss):
//     $font-size-base Default: 0.875rem
//
// Derived tokens ($moo-*) are computed from the above and are not part of
// the public facade. Component-level knobs ($moo-*-dark, $moo-sidebar,
// etc.) are internal and may change without notice.

@import "settings/facade_public";
