/* =========================================================================
   ابزار سرا — Design tokens
   Palette matched to the reference site (htnprime.com): white background,
   neutral grayscale/charcoal accent, and a red reserved strictly for
   discount/sale badges and hover states — no gold/brass anywhere.
   ========================================================================= */
:root {
    --as-bg: #ffffff;
    --as-bg-soft: #f7f7f7;
    --as-surface: #ffffff;
    --as-border: #e5e5e5;

    --as-text: #242424;
    --as-text-muted: #767676;

    --as-gold: #242424;
    --as-gold-dark: #000000;
    --as-gold-light: #ececec;
    --as-star: #e0a63a;

    --as-charcoal: #242424;
    --as-charcoal-soft: #3a3a3a;

    --as-red: #ba2525;
    --as-red-dark: #96201f;
    --as-green: #3f8f5f;

    --as-radius: 10px;
    --as-radius-sm: 6px;
    --as-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
    --as-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.12);

    --as-font: "Vazirmatn", Tahoma, sans-serif;
}
