/* ============================================================================
 * Pixeliom · Kurdish font binding
 * Loaded last on /ku/ pages. Layout needs no directional overrides — every
 * rule in base.css and pages.css uses logical properties, so dir="rtl" on
 * <html> is enough. This file only swaps the body typeface.
 * ========================================================================= */

@font-face {
    font-family: 'NRTR';
    src: url('../fonts/nrtr.ttf') format('truetype');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-body: 'NRTR', 'Manrope', 'Segoe UI', Tahoma, sans-serif;
    --font-display: 'NRTR', 'Space Grotesk', 'Segoe UI', Tahoma, sans-serif;
}

/* NRTR's Latin glyphs are weaker than its Arabic-script ones — nudge the
   optical size up so mixed Kurdish/Latin lines read evenly. */
body {
    font-size: 1.03rem;
    line-height: 1.85;
}