/* Zain — Arabic + Latin UI font (SIL OFL 1.1). Self-hosted WOFF2. */
@font-face {
    font-family: 'Zain';
    src: url('/fonts/zain/Zain-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zain';
    src: url('/fonts/zain/Zain-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zain';
    src: url('/fonts/zain/Zain-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zain';
    src: url('/fonts/zain/Zain-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zain';
    src: url('/fonts/zain/Zain-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-sans: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-display: 'Cinzel', 'Zain', Georgia, 'Times New Roman', serif;
}
