// Public Sass facade allow-list — the only variables a facade consumer can
// override. This file is the source of truth for the public Sass surface.
// _palette.scss imports this first, then declares its own internal additions.
// Do NOT add variables here without updating the freeze document
// (src/certification/api-freeze-0.9.0.json) and getting explicit approval.

$primary: #171717 !default;
$secondary: #f4f4f5 !default;
$success: #16803c !default;
$info: #0f6e8c !default;
$warning: #a15c00 !default;
$danger: #dc2626 !default;
$light: #fafafa !default;
$dark: #18181b !default;

$body-color: #18181b !default;
$body-bg: #fff !default;
$font-size-base: 0.875rem !default;

$border-color: #e4e4e7 !default;
$border-radius: 0.5rem !default;
$border-radius-sm: 0.375rem !default;
$border-radius-lg: 0.625rem !default;
