/* EVOX — فونت اختصاصی برند: Abar Low (متن) + Abar High (تیتر)
   این فایل را در پوشه fonts/ کنار همین fonts.css قرار بده و در <head> هر صفحه لینک کن:
   <link rel="stylesheet" href="fonts/fonts.css">
   سپس در CSS صفحه، خانواده فونت را به 'Abar Low' (متن) و 'Abar High' (تیتر) تغییر بده.
*/

@font-face {
  font-family: 'Abar Low';
  src: url('AbarLow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abar Low';
  src: url('AbarLow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abar Low';
  src: url('AbarLow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abar Low';
  src: url('AbarLow-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abar Low';
  src: url('AbarLow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Abar High: فونت نمایشی/تیتر — جایگزین Lalezar قبلی */
@font-face {
  font-family: 'Abar High';
  src: url('AbarHigh-Regular.ttf') format('truetype');
  font-weight: 400 900; /* یک وزن فایل دارد؛ برای هر ضخامت استفاده می‌شود */
  font-style: normal;
  font-display: swap;
}
