/* ===========================================================
   STANIMAL — Design Tokens v2
   Ported verbatim from design/styles.css (:root block).
   Source of truth: docs/design_handoff_stanimal_shop 2/design/styles.css
   Editorial-Industrial 2026: bone canvas, hot accent, no radius.
   =========================================================== */

:root {
  /* Surfaces */
  --bg:        #EDE8DD;
  --bg-soft:   #E5DFD1;
  --bg-card:   #F4F0E6;
  --bg-deep:   #0A0A0A;
  --bg-ink:    #131210;

  /* Ink */
  --ink-900:   #0A0A0A;
  --ink-800:   #1B1A17;
  --ink-700:   #3A3833;
  --ink-500:   #6B675E;
  --ink-400:   #8E8A7F;
  --ink-300:   #B3AEA1;
  --ink-200:   #CFC9BA;
  --ink-100:   #DDD7C7;

  /* Lines */
  --line:        rgba(10,10,10,.14);
  --line-soft:   rgba(10,10,10,.08);
  --line-strong: rgba(10,10,10,.92);

  /* Accent — molten orange */
  --hot:        #E2541F;
  --hot-deep:   #B23F12;

  /* No rounding — industrial */
  --radius-sm: 0px;
  --radius:    0px;
  --radius-lg: 0px;

  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;

  /* Containers */
  --container: 1440px;
  --container-narrow: 920px;
  --gutter: 32px;

  /* Fonts */
  --font:         "Geist", "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Bricolage Grotesque", "Geist", -apple-system, sans-serif;
  --font-mono:    "Geist Mono", "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}
