/* HGroup Persian surface — self-hosted Estedad, scoped to RTL only. */

@font-face {
  font-family: 'Estedad';
  src: url('/dashboard/fonts/Estedad-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('/dashboard/fonts/Estedad-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('/dashboard/fonts/Estedad-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

[dir="rtl"] body,
[dir="rtl"] input,
[dir="rtl"] textarea,
[dir="rtl"] button,
[dir="rtl"] select {
  font-family: 'Estedad', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

[dir="rtl"] .mono,
[dir="rtl"] .serif {
  font-family: 'Estedad', system-ui, sans-serif;
}
