@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

:root{
  /* Brand */
  --nd-blue:#1a73e8;
  --nd-blue-600:#1557b0;
  --nd-red:#ea4335;
  --nd-yellow:#fbbc04;
  --nd-green:#34a853;

  /* Neutral palette */
  --nd-ink:#0f172a;
  --nd-text:#1f2937;
  --nd-subtle:#64748b;
  --nd-muted:#94a3b8;
  --nd-line:#e6ebf2;
  --nd-line-strong:#d8e0ec;
  --nd-bg:#fbfdff;
  --nd-panel:#ffffff;
  --nd-soft:#f6f8fc;
  --nd-blue-soft:#eef5ff;
  --nd-green-soft:#ecfdf3;
  --nd-orange-soft:#fff7ed;
  --nd-red-soft:#fff1f2;

  /* Radius */
  --r-xs:8px;
  --r-sm:12px;
  --r-md:16px;
  --r-lg:22px;
  --r-xl:30px;
  --r-pill:999px;

  /* Shadows */
  --shadow-soft:0 18px 55px rgba(15,23,42,.06);
  --shadow-card:0 10px 35px rgba(15,23,42,.055);
  --shadow-focus:0 18px 50px rgba(26,115,232,.14);

  /* Motion */
  --motion-fast:160ms cubic-bezier(.2,.8,.2,1);
  --motion-med:230ms cubic-bezier(.2,.8,.2,1);

  /* Typography */
  --font-fa:"Estedad","Vazirmatn","Yekan Bakh","IRANSansX","IRANSans",Tahoma,Arial,sans-serif;
  --font-en:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;

  /* Widths */
  --page:980px;
  --search:760px;
}
