/* ============================================================
   QATARA — Account widget components (plugin-scoped)
   Loaded only on the My Account page by qatara-sections.php.

   IMPORTANT — division of responsibility:
   This file styles ONLY the QATARA Account widget's own markup
   (.qt-account__intro / __pending / __steps / __tag). It deliberately
   does NOT style WooCommerce's register form, account nav, orders table
   or notices — those are owned entirely by the global brand CSS in
   Appearance -> Customize -> Additional CSS (qatara-woocommerce.css).

   Keeping Woo color in ONE place avoids the specificity fight that made
   the dashboard render with the old green. Don't re-add .woocommerce-*
   rules here.
   ============================================================ */

.qt-account{
  --qt-bg:#F4F1E9; --qt-card:#FBF9F3; --qt-ink:#16161A;
  --qt-green:#3DDC84; --qt-green-ink:#0B2E1C;
  --qt-yellow:#F4C430; --qt-yellow-ink:#3A2E07;
  --qt-hair:#E6E1D4; --qt-ink-2:#5B5B53; --qt-ink-3:#8A8A80;
  --qt-d:'Space Grotesk',sans-serif; --qt-b:'DM Sans',sans-serif;
}

/* The widget's intro / pending / dashboard-heading markup is styled by the
   widget's own inline <style> block (scoped to #qtacc{id}). This file only
   carries token defaults so those components inherit brand values reliably.
   No WooCommerce selectors live here by design. */
