/* ==================================================
   FONT DECLARATIONS
   Crimson Pro for English, HSN Naskh for Arabic
   ================================================== */

/* Crimson Pro - English Font */
@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/fonts/English/CrimsonPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* UKIJ Merdane - Arabic Font (Testing) */
@font-face {
    font-family: 'UKIJ Merdane';
    src: url('/fonts/Testing Arabic font (for all)/ukij-merdane.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UKIJ Merdane';
    src: url('/fonts/Testing Arabic font (for all)/ukij-merdane-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* HSN Naskh - Arabic Font (Backup - replaced by UKIJ Merdane) */
@font-face {
    font-family: 'HSN Naskh';
    src: url('/assets/fonts/arfonts-hsn-naskh-farisi For POETRY/hsn-naskh-farisi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
