/* Persian numerals (Vazirmatn ss02) + tabular spacing for prices and counts */
html,
body {
  font-feature-settings: 'ss02', 'tnum';
  font-variant-numeric: tabular-nums;
}
