/* =========================================================================
   tstore — Legacy stylesheet (DEPRECATED)
   -------------------------------------------------------------------------
   All styling now lives in `src/styles/design-system.css` (mirrors the
   `templete` prototype). This file only maps a few legacy CSS variables to
   the new design tokens so any not-yet-migrated markup degrades gracefully.
   Do NOT add component styles here — edit design-system.css instead.
   ========================================================================= */

:root {
  --main_background: var(--bg, #f6f8fb);
  --primary_color: var(--brand, #059669);
  --bg_color_header: var(--brand-strong, #047857);
  --bg_color_header2: var(--brand-600, #059669);
}
