/**
 * Estanar Theme - Custom Fonts
 * English: Nebras Serif
 * Arabic: Handicrafts-Med (عام الحرف اليدوية)
 * Version: 1.0.0
 */

/* ==========================================================================
   Nebras Serif Font Face (English)
   ========================================================================== */

@font-face {
    font-family: 'Nebras Serif';
    src: url('../fonts/NebrasSerif-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nebras Serif';
    src: url('../fonts/NebrasSerif-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nebras Serif';
    src: url('../fonts/NebrasSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nebras Serif';
    src: url('../fonts/NebrasSerif-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nebras Serif';
    src: url('../fonts/NebrasSerif-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nebras Serif';
    src: url('../fonts/NebrasSerif-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nebras Serif';
    src: url('../fonts/NebrasSerif-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Handicrafts Font Face (Arabic)
   ========================================================================== */

/* Handicrafts-Reg - Regular weight only (for navigation menus) */
@font-face {
    font-family: 'Handicrafts-Reg';
    src: url('../fonts/TheYearofHandicraftsTTF-Reg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Handicrafts-Med';
    src: url('../fonts/TheYearofHandicraftsTTF-Reg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Handicrafts-Med';
    src: url('../fonts/TheYearofHandicraftsTTF-Med.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Handicrafts-Med';
    src: url('../fonts/TheYearofHandicraftsTTF-SemBd.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Handicrafts-Med';
    src: url('../fonts/TheYearofHandicraftsTTF-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Handicrafts-Med';
    src: url('../fonts/TheYearofHandicraftsTTF-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
