/*
Theme Name: Dar Home v7
Theme URI: https://darhome.shop
Description: Dar Home child theme for Woodmart. Custom Arabic furniture & home appliances store design.
Author: Dar Home
Author URI: https://darhome.shop
Template: woodmart
Version: 7.0.0
License: GPL v2 or later
Text Domain: dar-home
*/

/* Design tokens for Dar Home (extracted from al-rassi reference) */
:root {
  --dh-accent: #007aff;
  --dh-accent-hover: #0066d6;
  --dh-neutral-border: #dfe3e8;
  --dh-text: #1a1a1a;
  --dh-text-muted: #8a8f98;
  --dh-bg: #ffffff;
  --dh-bg-subtle: #f5f6f8;
  --dh-card-radius: 16px;
  --dh-input-radius: 10px;
  --dh-pill-radius: 48px;
  --dh-font-family: 'DINNextLTArabic', 'Baloo Bhaijaan 2', 'Kufam', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}