/* boldBag Design System — design tokens
 * Derived from katter_xmas_2025_V1.pdf
 * Brand: boldBag by katter®  ·  light / editorial / warm-neutral
 * Do not edit by hand — mirror of /tokens/*.tokens.json
 */
:root {
  /* ---- Canvas & surfaces ---- */
  --bb-canvas: #ffffff;
  --bb-canvas-raised: #faf8f5;
  --bb-canvas-sand: #f2ece3;

  /* ---- Ink (text) ---- */
  --bb-ink-strong: #4c4c4e; /* logo & display */
  --bb-ink-body: #5f5f61;
  --bb-ink-muted: #8c8c8e;
  --bb-ink-faint: #b6b6b8;
  --bb-ink-on-dark: #ffffff;

  /* ---- Material / product neutrals (also the brand ramp) ---- */
  --bb-material-cremeweiss: #eae0d2;
  --bb-material-beige: #d0bdae;
  --bb-material-grau: #565554;
  --bb-material-anthrazit: #423e3b;

  /* ---- Accents (use sparingly, one per view) ---- */
  --bb-accent-magenta: #fe2b7b;
  --bb-accent-magenta-ink: #d81e63; /* text-on-white / hover */
  --bb-accent-green: #88b73e;
  --bb-accent-green-ink: #5f8a1f;   /* text-on-white / hover */

  /* ---- Lines & borders ---- */
  --bb-line-hairline: #e6e1d9;
  --bb-line-border: #d6cfc4;
  --bb-line-strong: #4c4c4e;

  /* ---- Feedback ---- */
  --bb-success: #5f8a1f;
  --bb-danger: #c0362c;
  --bb-warning: #c98a2b;
  --bb-info: #4c4c4e;

  /* ---- Typography ---- */
  --bb-font-sans: "Inter", "Helvetica Neue", Arial, system-ui, sans-serif;
  --bb-font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;

  --bb-weight-light: 300;
  --bb-weight-regular: 400;
  --bb-weight-medium: 500;
  --bb-weight-bold: 700;
  --bb-weight-black: 800;

  --bb-size-caption: 13px;
  --bb-size-small: 14px;
  --bb-size-body: 16px;
  --bb-size-lead: 19px;
  --bb-size-h4: 20px;
  --bb-size-h3: 26px;
  --bb-size-h2: 34px;
  --bb-size-h1: 46px;
  --bb-size-display: 72px;

  --bb-lh-display: 1;
  --bb-lh-heading: 1.2;
  --bb-lh-body: 1.6;
  --bb-lh-tight: 1.35;

  --bb-ls-display: -0.02em;
  --bb-ls-heading: -0.01em;
  --bb-ls-normal: 0em;
  --bb-ls-label: 0.04em;

  /* ---- Space (8px base) ---- */
  --bb-space-0: 0px;
  --bb-space-1: 4px;
  --bb-space-2: 8px;
  --bb-space-3: 12px;
  --bb-space-4: 16px;
  --bb-space-5: 24px;
  --bb-space-6: 32px;
  --bb-space-7: 48px;
  --bb-space-8: 64px;
  --bb-space-9: 96px;
  --bb-space-10: 128px;

  /* ---- Radius ---- */
  --bb-radius-none: 0px;
  --bb-radius-sm: 4px;
  --bb-radius-md: 8px;
  --bb-radius-lg: 14px;
  --bb-radius-xl: 24px;
  --bb-radius-pill: 999px;

  /* ---- Elevation ---- */
  --bb-shadow-sm: 0 1px 2px rgba(66, 62, 59, 0.06);
  --bb-shadow-md: 0 6px 20px rgba(66, 62, 59, 0.08);
  --bb-shadow-lg: 0 18px 48px rgba(66, 62, 59, 0.12);

  /* ---- Borders ---- */
  --bb-border-hairline: 1px;
  --bb-border-regular: 1.5px;
  --bb-border-strong: 2px;

  /* ---- Layout ---- */
  --bb-container: 1120px;
  --bb-measure: 68ch;
  --bb-gutter: 24px;
}
