/* ==========================================================================
   lama-sans.css - Self-hosted "Lama Sans" for Arabic pages
   --------------------------------------------------------------------------
   Source: ArbFonts.com-(18) static TTF family, converted to WOFF2 with
   fonttools (brotli). Weights 300-900 cover every font-weight utility used
   in AR markup (font-light .. font-black). Italics/Thin/ExtraLight unused.

   Load order on *-ar.html pages (BEFORE css/rtl.css):
     <link rel="preload" href="fonts/LamaSans-Regular.woff2" as="font" type="font/woff2" crossorigin>
     <link rel="preload" href="fonts/LamaSans-Bold.woff2" as="font" type="font/woff2" crossorigin>
     <link rel="stylesheet" href="css/lama-sans.css?v=1">
     <link rel="stylesheet" href="css/rtl.css?v=2">

   NOTE: .htaccess serves font/woff2 with 1-year immutable caching - never
   change a file's contents under the same filename; ship new names instead.
   ========================================================================== */

@font-face {
    font-family: 'Lama Sans';
    src: url('../fonts/LamaSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lama Sans';
    src: url('../fonts/LamaSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lama Sans';
    src: url('../fonts/LamaSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lama Sans';
    src: url('../fonts/LamaSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lama Sans';
    src: url('../fonts/LamaSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lama Sans';
    src: url('../fonts/LamaSans-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lama Sans';
    src: url('../fonts/LamaSans-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
