/* Hoshma Player Pro - Local Estedad Font (default) */
/* همه‌ی نه وزن استعداد، با اولویت woff2 و fallback روی ttf */

@font-face {
  font-family: 'Estedad';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/woff2/Estedad-Thin.woff2') format('woff2'),
       url('../fonts/ttf/Estedad-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Estedad';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/woff2/Estedad-ExtraLight.woff2') format('woff2'),
       url('../fonts/ttf/Estedad-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Estedad';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/woff2/Estedad-Light.woff2') format('woff2'),
       url('../fonts/ttf/Estedad-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Estedad';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/woff2/Estedad-Regular.woff2') format('woff2'),
       url('../fonts/ttf/Estedad-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Estedad';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/woff2/Estedad-Medium.woff2') format('woff2'),
       url('../fonts/ttf/Estedad-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Estedad';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/woff2/Estedad-SemiBold.woff2') format('woff2'),
       url('../fonts/ttf/Estedad-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Estedad';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/woff2/Estedad-Bold.woff2') format('woff2'),
       url('../fonts/ttf/Estedad-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Estedad';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/woff2/Estedad-ExtraBold.woff2') format('woff2'),
       url('../fonts/ttf/Estedad-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Estedad';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/woff2/Estedad-Black.woff2') format('woff2'),
       url('../fonts/ttf/Estedad-Black.ttf') format('truetype');
}
