@font-face {
  font-family: iran-yekan-xvf;

  /* will be the standard and works in Safari now */
  src:
    url('./variable/vf.woff') format('woff-variations'),
    url('./variable/vf.woff') format('woff');

  /* for the other supporting browsers */
  font-weight: 100 1000;
  font-display: fallback;
}

@font-face {
  font-family: iran-yekan-x;
  src: url('./static/regular.woff') format('woff');
}

@font-face {
  font-family: iran-yekan-x;
  src: url('./static/bold.woff') format('woff');
  font-weight: 700;
}
