/* Thin */
@font-face {
  font-family: 'IRANSans';
  src: url('/assets/font/iran-sans/IRANSans-Thin.woff2') format('woff2'),
       url('/assets/font/iran-sans/IRANSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'IRANSans';
  src: url('/assets/font/iran-sans/IRANSans-Light.woff2') format('woff2'),
       url('/assets/font/iran-sans/IRANSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'IRANSans';
  src: url('/assets/font/iran-sans/IRANSans.woff2') format('woff2'),
       url('/assets/font/iran-sans/IRANSans.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'IRANSans';
  src: url('/assets/font/iran-sans/IRANSans-Medium.woff2') format('woff2'),
       url('/assets/font/iran-sans/IRANSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'IRANSans';
  src: url('/assets/font/iran-sans/IRANSans-Bold.woff2') format('woff2'),
       url('/assets/font/iran-sans/IRANSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
