/*
Theme Name: Wahat Al Wadi Custom
Theme URI: https://wahatalwad.com
Description: Custom-coded theme for Wahat Al Wadi Foodstuff Trading L.L.C. Built to native WordPress + WooCommerce templates, no page builder.
Author: Wahat Al Wadi
Version: 1.0.0
Text Domain: wahat-custom
Requires PHP: 7.4
*/

/* Design tokens — from the site's active Novamira design (Wahat Alwad Foodstuff Trading) */
:root{
  --bg:#FFFFFF;
  --surface:#F7F5F1;
  --ink:#171410;
  --ink-soft:rgba(23,20,16,0.64);
  --ink-faint:rgba(23,20,16,0.45);
  --border:rgba(23,20,16,0.10);
  --accent:#E17702;
  --accent-hover:#C66901;
  --secondary:#B51B10;
  --dark:#0B0B05;
  --dark-2:#1C1A14;
  --dark-ink:rgba(255,255,255,0.92);
  --dark-ink-soft:rgba(255,255,255,0.66);

  --font-heading:'Space Grotesk', Arial, sans-serif;
  --font-body:'Manrope', Arial, sans-serif;

  --sp-sm:8px;
  --sp-md:20px;
  --sp-lg:48px;
  --sp-xl:96px;

  --r-sm:4px;
  --r-md:6px;
  --r-pill:999px;

  --shadow-card:0 1px 2px rgba(23,20,16,0.06);
  --container-w:1280px;
}
