/**
 * Heiwa Components Design System
 *
 * NOTE: All design tokens have been consolidated into warranty-theme.css
 * This file is kept for backwards compatibility with existing imports.
 * New components should import warranty-theme.css directly.
 *
 * Consolidated tokens include:
 * - Heiwa radius system (--heiwa-radius-*)
 * - Heiwa shadows (--heiwa-shadow-*)
 * - Heiwa colors (--heiwa-primary, --heiwa-teal, etc.)
 * - Focus rings (--heiwa-focus-ring, --heiwa-focus-ring-strong)
 */

/* All variables are now defined in warranty-theme.css */

/* ===== Dark Mode ===== */
html.dark-mode .heiwa-card {
  background: var(--bg-card, #1a1f26);
  border-color: var(--border-color, #2d3640);
}
