@charset "UTF-8";

/* Vazirmatn – Persian/Arabic font face for RTL pages */
@font-face {
  font-family: 'Vazirmatn';
  src: url('../../../assets/fonts/vazirmatn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('../../../assets/fonts/vazirmatn_m.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('../../../assets/fonts/vazirmatn_b.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html[lang="farsi"],
html[lang="fa"],
body.lang-farsi,
body.lang-fa,
body {
  font-family: 'Vazirmatn', 'IranSans', Tahoma, Arial, sans-serif;
}

:root {
  --font-family-base: 'Vazirmatn', 'IranSans', Tahoma, Arial, sans-serif;
}
