/**
 * IBM Plex Sans Latin — loaded for English and Turkish.
 *
 * Same designer (Bold Monday) as IBM Plex Sans Arabic; consistent
 * metrics so vertical rhythm is preserved.
 */

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url('fonts/IBMPlexSans-Regular.woff2') format('woff2');
    unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F;
}
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    font-display: optional;
    src: url('fonts/IBMPlexSans-Medium.woff2') format('woff2');
    unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F;
}
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-display: optional;
    src: url('fonts/IBMPlexSans-SemiBold.woff2') format('woff2');
    unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F;
}
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: url('fonts/IBMPlexSans-Bold.woff2') format('woff2');
    unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F;
}

.omran-lang-en,
.omran-lang-tr {
    font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
