/* === IRANSansX Font Faces === */
@font-face {
  font-family: 'IRANSansX';
  src: url('/assets/fonts/woff/IRANSansX-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'IRANSansX';
  src: url('/assets/fonts/woff/IRANSansX-Bold.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'IRANSansX';
  src: url('/assets/fonts/woff/IRANSansX-Light.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'IRANSansX';
  src: url('/assets/fonts/woff/IRANSansX-Medium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'IRANSansX';
  src: url('/assets/fonts/woff/IRANSansX-Black.woff') format('woff');
  font-weight: 900;
}

/* === Default Font Setup === */
body {
  font-family: 'IRANSansX', sans-serif;
}
