/* ============================================================
   LOCAL FONT DECLARATIONS
   All paths relative to this file (assets/css/ → fonts/)
   ============================================================ */

/* ── Neco (display / heading font) ───────────────────────── */
@font-face {
  font-family: 'Neco';
  src: url('../../fonts/Neco/Neco-Regular.woff2') format('woff2'),
       url('../../fonts/Neco/Neco-Regular.woff') format('woff'),
       url('../../fonts/Neco/Neco-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url('../../fonts/Neco/Neco-Italic.woff2') format('woff2'),
       url('../../fonts/Neco/Neco-Italic.woff') format('woff'),
       url('../../fonts/Neco/Neco-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url('../../fonts/Neco/Neco-Medium.woff2') format('woff2'),
       url('../../fonts/Neco/Neco-Medium.woff') format('woff'),
       url('../../fonts/Neco/Neco-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url('../../fonts/Neco/Neco-MediumItalic.woff2') format('woff2'),
       url('../../fonts/Neco/Neco-MediumItalic.woff') format('woff'),
       url('../../fonts/Neco/Neco-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url('../../fonts/Neco/Neco-Bold.woff2') format('woff2'),
       url('../../fonts/Neco/Neco-Bold.woff') format('woff'),
       url('../../fonts/Neco/Neco-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url('../../fonts/Neco/Neco-BoldItalic.woff2') format('woff2'),
       url('../../fonts/Neco/Neco-BoldItalic.woff') format('woff'),
       url('../../fonts/Neco/Neco-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url('../../fonts/Neco/Neco-Black.woff2') format('woff2'),
       url('../../fonts/Neco/Neco-Black.woff') format('woff'),
       url('../../fonts/Neco/Neco-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url('../../fonts/Neco/Neco-BlackItalic.woff2') format('woff2'),
       url('../../fonts/Neco/Neco-BlackItalic.woff') format('woff'),
       url('../../fonts/Neco/Neco-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ── Work Sans (English body / UI font) ──────────────────── */
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-Thin.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-Thin.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-ThinItalic.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-ThinItalic.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-ExtraLight.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-ExtraLight.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-ExtraLightItalic.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-ExtraLightItalic.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-Light.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-Light.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-LightItalic.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-LightItalic.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-Regular.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-Regular.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-Italic.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-Italic.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-Medium.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-Medium.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-MediumItalic.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-MediumItalic.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-SemiBold.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-SemiBold.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-SemiBoldItalic.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-SemiBoldItalic.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-Bold.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-Bold.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-BoldItalic.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-BoldItalic.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-ExtraBold.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-ExtraBold.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-ExtraBoldItalic.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-ExtraBoldItalic.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-Black.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-Black.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../../fonts/WorkSans/WorkSans-BlackItalic.woff2') format('woff2'),
       url('../../fonts/WorkSans/WorkSans-BlackItalic.woff') format('woff'),
       url('../../fonts/WorkSans/WorkSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ── Greta Arabic (Arabic display / heading font) ───────── */
@font-face {
  font-family: 'Greta Arabic';
  src: url('../../fonts/GretaArabic/4_0.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greta Arabic';
  src: url('../../fonts/GretaArabic/4.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greta Arabic';
  src: url('../../fonts/GretaArabic/4_1.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greta Arabic';
  src: url('../../fonts/GretaArabic/4_2.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── 29LT Zarid Sans (Arabic brand font) ────────────────── */
@font-face {
  font-family: '29LT Zarid';
  src: url('../../fonts/29LTZarid/29LTZaridSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '29LT Zarid';
  src: url('../../fonts/29LTZarid/29LTZaridSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '29LT Zarid';
  src: url('../../fonts/29LTZarid/29LTZaridSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
