/* ===============================
   Estedad (for Persian / RTL)
   =============================== */

/*
@font-face {
  font-family: 'Estedad';
  src: url('/fonts/estedad-fa/Estedad-FD-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
*/

/*
@font-face {
  font-family: 'Estedad';
  src: url('/fonts/estedad-fa/Estedad-FD-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
*/

@font-face {
  font-family: 'Estedad';
  src: url('/fonts/estedad-fa/Estedad-FD-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('/fonts/estedad-fa/Estedad-FD-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('/fonts/estedad-fa/Estedad-FD-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('/fonts/estedad-fa/Estedad-FD-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('/fonts/estedad-fa/Estedad-FD-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('/fonts/estedad-fa/Estedad-FD-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('/fonts/estedad-fa/Estedad-FD-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

/* ===============================
   EstedadFa (for English / LTR)
   =============================== */

/*
@font-face {
  font-family: 'EstedadFa';
  src: url('/fonts/estedad-en/Estedad-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
*/

/*
@font-face {
  font-family: 'EstedadFa';
  src: url('/fonts/estedad-en/Estedad-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
*/

@font-face {
  font-family: 'EstedadFa';
  src: url('/fonts/estedad-en/Estedad-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'EstedadFa';
  src: url('/fonts/estedad-en/Estedad-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'EstedadFa';
  src: url('/fonts/estedad-en/Estedad-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'EstedadFa';
  src: url('/fonts/estedad-en/Estedad-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'EstedadFa';
  src: url('/fonts/estedad-en/Estedad-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'EstedadFa';
  src: url('/fonts/estedad-en/Estedad-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'EstedadFa';
  src: url('/fonts/estedad-en/Estedad-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

/* ===============================
   Impact
   =============================== */

@font-face {
  font-family: 'impact';
  src: url('/fonts/impact.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* ===============================
   CSS Variables for Tailwind
   =============================== */

:root {
  --font-en: 'EstedadFa', sans-serif;
  --font-fa: 'Estedad', sans-serif;
}
