/**
 * UKIJ Tuz - Uyghur Arabic Font
 * Single @font-face per weight (no duplicates)
 */
@font-face {
    font-family: 'UKIJ Tuz';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/ukij.ttf') format('truetype');
}

@font-face {
    font-family: 'UKIJ Tuz';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/ukij.ttf') format('truetype');
}
