/* Vazirmatn local font definitions */

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 300;
  src: url('Vazirmatn-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 400;
  src: url('Vazirmatn-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 600;
  src: url('Vazirmatn-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-weight: 700;
  src: url('Vazirmatn-Bold.ttf') format('truetype');
}

/* Optional defaults */
body {
  font-family: 'Vazirmatn', sans-serif;
  font-weight: 400;
}