/* ============================================================================
   ان‌بی‌سی فارسی — «SPECTRUM»
   Bright near-white ground, violet primary with an amber signal, oversized rounded tiles and a spectrum rule.
   Loaded LAST: it owns the look.
   ========================================================================== */

:root{
  --brand:#7c3aed; --brand-dark:#4c1d95; --brand-2:#f59e0b;
  --ink:#160d29; --text:#43395a; --muted:#736a86; --faint:#a49cb4;
  --bg:#ffffff; --bg-2:#faf8ff; --bg-3:#f0ebfb; --card:#ffffff;
  --border:#e6e0f4; --border-2:#f1ecfa;
  --heading-color:#160d29;
  --radius:22px; --radius-sm:14px; --shadow:0 2px 6px rgba(22,13,41,.05),0 16px 44px rgba(22,13,41,.09);
  --maxw:1280px; --gap:22px;
}
/* iranwire.css declares its dark palette on `:root, html[data-theme=dark]`, and
   that (0,1,1) selector outranks our plain `:root`. Repeat the tokens here so
   the site's own palette wins on a dark theme too. */
html[data-theme=dark],html:not([data-theme=light]){
  --brand:#7c3aed; --brand-dark:#4c1d95; --brand-2:#f59e0b;
  --ink:#160d29; --text:#43395a; --muted:#736a86; --faint:#a49cb4;
  --bg:#ffffff; --bg-2:#faf8ff; --bg-3:#f0ebfb; --card:#ffffff;
  --border:#e6e0f4; --border-2:#f1ecfa;
  --heading-color:#160d29;
}

body{background:var(--bg-2);color:var(--text);font-size:15.5px}
.site-main,.site-main>.container{background:transparent}
.container{max-width:var(--maxw);padding-inline:20px}
.site-main{padding-bottom:0}
h1,h2,h3,h4{color:var(--ink);letter-spacing:-.4px}
a{color:inherit}
::selection{background:var(--brand);color:#fff}

.site-header,.site-footer,.tabbar,.mobile-drawer,.drawer-backdrop{display:none !important}
.nb-header,.nb-footer{display:block}

/* ── utility bar ── */
.nb-top{background:#160d29;color:#b9aed0;font-size:12.5px}
.nb-top-in{display:flex;align-items:center;justify-content:space-between;height:34px;gap:14px}
.nb-lang{display:flex;gap:2px}
.nb-lang a{padding:3px 9px;font-weight:800;font-size:11.5px;letter-spacing:.5px;color:#b9aed0;border-radius:14px}
.nb-lang a:hover{color:#fff}
.nb-lang a.on{background:var(--brand);color:#fff}

/* ── masthead ── */
.nb-mast{background:#ffffff;border-bottom:0}
.nb-mast-in{display:flex;align-items:center;gap:18px;min-height:94px}
.nb-logo{display:flex;align-items:center;gap:13px;flex:none;min-width:0}
.nb-logo img{height:52px;width:auto;background:transparent;border-radius:16px}
.nb-lockup{display:flex;flex-direction:column;line-height:1.2;min-width:0}
.nb-lockup b{font-size:21px;font-weight:900;color:var(--ink);white-space:nowrap;letter-spacing:-.4px}
.nb-lockup i{font-style:normal;font-size:11.5px;font-weight:600;color:var(--brand);margin-block-start:3px;white-space:nowrap}
.nb-search{flex:1;display:flex;align-items:center;max-width:430px;margin-inline:auto;
  background:var(--bg-3);border:1.5px solid transparent;border-radius:999px;overflow:hidden}
.nb-search input{flex:1;border:0;outline:0;background:transparent;font:inherit;font-size:14px;
  padding:10px 14px;color:var(--ink);min-width:0}
.nb-search input::placeholder{color:var(--faint)}
.nb-search button{background:var(--brand);color:#fff;padding:11px 18px;font-weight:800;font-size:13px;flex:none}
.nb-mast-r{display:flex;align-items:center;gap:8px;flex:none}
.nb-ibtn{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;
  background:var(--bg-3);border:1px solid transparent;color:var(--brand-dark);position:relative}
.nb-ibtn:hover{border-color:var(--brand);color:var(--brand)}
.nb-ibtn .saved-count{position:absolute;inset-block-start:-5px;inset-inline-end:-5px;min-width:17px;height:17px;
  background:var(--brand);color:#fff;font-size:10px;font-weight:800;border-radius:9px;display:none;place-items:center;padding:0 5px}
.nb-ibtn .saved-count:not(:empty){display:grid}

/* ── nav ── */
.nb-nav{background:#ffffff;border-block:1px solid var(--border);position:sticky;top:0;z-index:60}
.nb-nav-in{display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none}
.nb-nav-in::-webkit-scrollbar{display:none}
.nb-nav a{padding:9px 16px;font-size:13.5px;font-weight:700;color:var(--text);white-space:nowrap;}
.nb-nav a:hover{color:var(--brand)}
.nb-nav a.on{color:#fff;background:var(--brand);border-radius:999px}

/* ── ticker ── */
.nb-tick{display:flex;align-items:stretch;background:#160d29;height:40px;overflow:hidden;border-radius:var(--radius);margin-block:16px}
.nb-tick-lbl{flex:none;display:grid;place-items:center;padding:0 16px;background:var(--brand);color:#fff;
  font-size:12px;font-weight:900;letter-spacing:.8px}
.nb-tick-vp{flex:1;overflow:hidden;position:relative}
.nb-tick-track{display:flex;align-items:center;gap:42px;height:100%;white-space:nowrap;
  animation:nbtick 56s linear infinite;padding-inline-start:22px}
.nb-tick-track:hover{animation-play-state:paused}
.nb-tick-track a{font-size:13.5px;color:#c9bfe0}
.nb-tick-track a:hover{color:#fff}
@keyframes nbtick{from{transform:translateX(0)}to{transform:translateX(-100%)}}
html[dir=rtl] .nb-tick-track{animation-name:nbtick-rtl}
@keyframes nbtick-rtl{from{transform:translateX(0)}to{transform:translateX(100%)}}

/* ── footer ── */
.nb-footer{background:#160d29;color:#b9aed0;margin-block-start:44px}
.nb-foot-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;padding-block:44px}
.nb-foot-brand img{height:50px;width:auto;background:transparent;margin-block-end:16px;border-radius:16px}
.nb-foot-brand p{font-size:13.5px;line-height:1.85;margin:0 0 18px;max-width:44ch}
.nb-foot-soc{display:flex;gap:8px}
.nb-foot-soc a{width:36px;height:36px;display:grid;place-items:center;border-radius:14px;
  background:rgba(255,255,255,.09);color:#b9aed0}
.nb-foot-soc a:hover{background:var(--brand);color:#fff}
.nb-foot h4{font-size:12px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase;color:var(--brand-2);margin:0 0 16px}
.nb-foot ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}
.nb-foot a{font-size:13.5px;color:#b9aed0}
.nb-foot a:hover{color:#fff}
.nb-foot-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-block:18px;
  border-top:1px solid rgba(255,255,255,.10);font-size:12.5px;flex-wrap:wrap}
.nb-foot-bar .lat{letter-spacing:2px;font-weight:800;opacity:.35}

/* ── drawer ── */
.nb-back{position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;visibility:hidden;transition:.24s;z-index:90}
.nb-back.open{opacity:1;visibility:visible}
.nb-drawer{position:fixed;inset-block:0;inset-inline-end:0;width:min(320px,86vw);background:var(--card);
  z-index:100;transform:translateX(100%);transition:transform .28s cubic-bezier(.2,.7,.2,1);overflow-y:auto;padding:20px}
html[dir=rtl] .nb-drawer{transform:translateX(-100%)}
.nb-drawer.open{transform:translateX(0) !important}
.nb-drawer-h{display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding-block-end:16px;border-bottom:1px solid var(--border);margin-block-end:16px}
.nb-drawer-h img{height:40px;background:transparent}
.nb-drawer-h button{color:var(--muted);font-size:20px}
.nb-drawer form{display:flex;border:1px solid var(--border);border-radius:14px;margin-block-end:16px;overflow:hidden}
.nb-drawer form input{flex:1;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;padding:10px 12px;font-size:13.5px;min-width:0}
.nb-drawer form button{padding:0 13px;color:var(--muted)}
.nb-drawer nav{display:flex;flex-direction:column}
.nb-drawer nav a{padding:11px 4px;border-bottom:1px solid var(--border-2);font-size:14.5px;font-weight:700;color:var(--text)}
.nb-drawer nav a:hover{color:var(--brand)}
.nb-drawer .langs{display:flex;flex-wrap:wrap;gap:7px;margin-block-start:16px}
.nb-drawer .langs a{padding:6px 12px;border:1px solid var(--border);border-radius:14px;font-size:12.5px;font-weight:700;color:var(--muted)}
.nb-drawer .langs a.on{background:var(--brand);color:#fff;border-color:var(--brand)}

/* ── inherited chrome ── */
.saved-panel{background:var(--card);color:var(--text)}
.btn,.button,button.primary,.pagination .page-item.active .page-link{background:var(--brand);color:#fff;border-radius:14px}
.pagination .page-link{background:var(--card);border:1px solid var(--border);color:var(--text);border-radius:14px}
.chip,.tag{background:var(--bg-3);border:1px solid var(--border);color:var(--text);border-radius:14px}

@media (max-width:1000px){
  .nb-foot-top{grid-template-columns:1fr 1fr}
  .nb-search{display:none}
}
@media (max-width:640px){
  .nb-foot-top{grid-template-columns:1fr;gap:26px}
  .nb-logo img{height:38px} .nb-lockup b{font-size:16px} .nb-lockup i{display:none}
}

/* ══════════ SPECTRUM layout: an overlapping hero card and tall tiles ══════════ */
.nb-spectrum{height:6px;border-radius:99px;margin:6px 0 22px;
  background:linear-gradient(90deg,var(--brand) 0%,#a855f7 22%,#ec4899 44%,var(--brand-2) 66%,#22c55e 84%,#0ea5e9 100%)}
.nb-hero{position:relative;margin-block:8px 34px}
.nb-hero-img{display:block;width:100%;aspect-ratio:21/9;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow)}
.nb-hero-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s}
.nb-hero:hover .nb-hero-img img{transform:scale(1.03)}
.nb-hero-card{position:relative;margin:-92px auto 0;width:min(760px,92%);background:var(--card);
  border-radius:var(--radius);box-shadow:var(--shadow);padding:26px 30px;z-index:2}
.nb-kick{display:inline-block;padding:5px 14px;border-radius:999px;background:var(--brand);color:#fff;
  font-size:11.5px;font-weight:900;letter-spacing:.4px;margin-block-end:12px}
.nb-hero-card h1{font-size:clamp(24px,2.7vw,36px);line-height:1.28;font-weight:900;margin:0 0 10px;text-wrap:balance}
.nb-hero:hover .nb-hero-card h1{color:var(--brand)}
.nb-hero-card p{font-size:15px;line-height:1.85;color:var(--muted);margin:0 0 10px}
.nb-hero-card .m{font-size:12px;color:var(--faint);font-weight:700}

.nb-sec{margin-block:34px}
.nb-sec-h{display:flex;align-items:center;gap:12px;margin-block-end:16px}
.nb-sec-h h2{font-size:21px;font-weight:900;margin:0}
.nb-sec-h .lat{font-size:11px;font-weight:800;letter-spacing:2.2px;text-transform:uppercase;color:var(--faint)}
.nb-sec-h .more{margin-inline-start:auto;padding:8px 17px;border-radius:999px;background:var(--bg-3);
  font-size:12.5px;font-weight:800;color:var(--brand-dark)}
.nb-sec-h .more:hover{background:var(--brand);color:#fff}

.nb-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.nb-tile{display:flex;flex-direction:column;background:var(--card);border-radius:var(--radius);
  overflow:hidden;box-shadow:var(--shadow);transition:.24s}
.nb-tile:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(22,13,41,.09),0 26px 60px rgba(22,13,41,.14)}
.nb-tile-img{display:block;width:100%;aspect-ratio:4/5;overflow:hidden;position:relative}
.nb-tile-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.nb-tile:hover .nb-tile-img img{transform:scale(1.05)}
.nb-tile-tag{position:absolute;inset-block-end:12px;inset-inline-start:12px;padding:5px 13px;border-radius:999px;
  background:rgba(22,13,41,.72);color:#fff;font-size:11px;font-weight:900;backdrop-filter:blur(6px)}
.nb-tile-b{display:flex;flex-direction:column;padding:15px 17px 18px;flex:1}
.nb-tile-b h3{font-size:16.5px;line-height:1.5;font-weight:800;margin:0 0 8px}
.nb-tile:hover .nb-tile-b h3{color:var(--brand)}
.nb-tile-b .m{font-size:11.5px;color:var(--faint);margin-block-start:auto}

.nb-split{display:grid;grid-template-columns:1fr 330px;gap:28px;margin-block:34px;align-items:start}
.nb-row{display:grid;grid-template-columns:150px 1fr;gap:16px;padding-block:16px;border-bottom:1px solid var(--border)}
.nb-row-img{display:block;aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius-sm)}
.nb-row-img img{width:100%;height:100%;object-fit:cover}
.nb-row-b{display:flex;flex-direction:column;justify-content:center}
.nb-row-b h3{font-size:16px;line-height:1.5;font-weight:800;margin:0 0 6px}
.nb-row:hover .nb-row-b h3{color:var(--brand)}
.nb-row-b .m{font-size:11.5px;color:var(--faint)}
.nb-rank{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.nb-rank-h{padding:15px 20px;background:var(--brand);color:#fff;font-size:13.5px;font-weight:900}
.nb-rk{display:grid;grid-template-columns:30px 1fr;gap:12px;padding:13px 20px;border-bottom:1px solid var(--border-2);align-items:baseline}
.nb-rk:last-child{border-bottom:0}
.nb-rk:hover{background:var(--bg-2)}
.nb-rk b{font-size:17px;font-weight:900;color:var(--brand-2);font-variant-numeric:tabular-nums}
.nb-rk span{font-size:14px;line-height:1.55;color:var(--text)}
.nb-rk:hover span{color:var(--brand-dark)}
@media (max-width:1000px){.nb-tiles{grid-template-columns:1fr 1fr}.nb-split{grid-template-columns:1fr}}
@media (max-width:620px){.nb-tiles{grid-template-columns:1fr}.nb-hero-card{margin-top:-40px;padding:20px}
  .nb-row{grid-template-columns:110px 1fr}}

/* footer — CHIPS on a deep ink panel */
.nb-footer{background:#160d29;color:#b9aed0;margin-block-start:48px;
  border-start-start-radius:30px;border-start-end-radius:30px}
.nb-footer .nb-spectrum{margin:0 0 30px;border-radius:0 0 99px 99px}
.nb-foot-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:34px;padding-block:8px 34px}
.nb-foot-id img{height:52px;width:auto;background:transparent;border-radius:16px;margin-block-end:14px}
.nb-foot-id p{font-size:13.5px;line-height:1.9;margin:0 0 16px;max-width:44ch}
.nb-foot-soc{display:flex;gap:9px}
.nb-foot-soc a{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.09);color:#b9aed0}
.nb-foot-soc a:hover{background:var(--brand);color:#fff}
.nb-foot-chips{display:flex;flex-wrap:wrap;gap:9px;align-content:flex-start}
.nb-foot-chips a{padding:9px 17px;border-radius:999px;background:rgba(255,255,255,.08);font-size:13px;font-weight:700;color:#d6cbe8}
.nb-foot-chips a:hover{background:var(--brand-2);color:#160d29}
.nb-foot-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;
  padding-block:16px;border-top:1px solid rgba(255,255,255,.10);font-size:12.5px}
.nb-foot-bar .lat{letter-spacing:2px;font-weight:800;opacity:.3}
@media(max-width:900px){.nb-foot-grid{grid-template-columns:1fr}}

/* ══════════════════════════════════════════════════════════════════════════
   INNER-PAGE HEADING COLOURS
   iranwire.css is a DARK-FIRST base: it paints inner-page headings #fff with
   no theme guard, e.g. `.article > h1{color:#fff}` (0,1,1) which outranks
   theme.css's `.art-title{color:var(--heading-color)}` (0,1,0). On this light
   theme that is white-on-white. Re-assert them here (this sheet loads last).
   ══════════════════════════════════════════════════════════════════════════ */
.article > h1,
.art-title,
.rtv-head h1,
.dir-page > h1,
.dir-detail-head h1,
.search-head h1,
.page-head h1,
.pod-info h1{color:var(--ink)}

/* the base also shrinks the article headline to 28px, losing theme.css's 34px */
.article > h1,
.art-title{font-size:clamp(26px,2.6vw,36px);line-height:1.25;font-weight:900;
  font-family:var(--font-fa),var(--font-lat);letter-spacing:-.4px}

/* sub-headings inside the article body */
.article h2,.article h3,.article h4,
.art-body h2,.art-body h3,.art-body h4{color:var(--ink);font-weight:800}
.article h2,.art-body h2{font-size:22px;line-height:1.45;margin:26px 0 10px}
.article h3,.art-body h3{font-size:19px;line-height:1.5;margin:22px 0 8px}

/* lead / subtitle / body copy stay in the softer ink */
.art-lead,.art-subtitle{color:var(--text)}
.article p,.art-body p{color:var(--text)}

/* ══════════════════════════════════════════════════════════════════════════
   SIDEBAR / WIDGET COLOURS  (light theme)
   iranwire.css is dark-first with no theme guard, so the sidebar widgets on
   category, search and article pages come out white-on-white:
     .widget-title{color:#fff}            → heading invisible
     .mr-list .mr-title{color:#e8eaee}    → most-read titles nearly invisible
     .mr-plain li a{color:#d7e2f0 !important}
   Re-assert them here; `!important` only where the base used it.
   ══════════════════════════════════════════════════════════════════════════ */
.widget-title,
.widget-title.sm,
.widget-title.xs{color:var(--ink)}
.mr-list .mr-title{color:var(--ink)}
.mr-list li:hover .mr-title{color:var(--brand)}
.mr-list .mr-time{color:var(--muted)}
.mr-plain li a{color:var(--text) !important}
.sl-list li a,.sl-list li a:visited{color:var(--text)}
.sl-list li a:hover,.mr-plain li a:hover{color:var(--brand) !important}
.home2-side .widget,.editor-note,.m-side-top .widget{background:var(--card);border-color:var(--border)}
.widget{background:var(--card);border:1px solid var(--border)}
.widget-more{color:var(--brand)}
.mr-list .rank{background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand)}
.trend-chips a{background:var(--bg-3);color:var(--text);border:1px solid var(--border)}
.trend-chips a:hover{background:var(--brand);color:#fff;border-color:var(--brand)}

/* ══════════════════════════════════════════════════════════════════════════
   KILL THE INHERITED CSS "WATERMARK"
   iranwire.css:309 paints a pseudo-element over every hero/report/video image
   with the ORIGINAL clone's brand hardcoded in `content:"ایران وایر نیوز"`.
   It is a third badge on top of the real watermark that WatermarkService
   already burns into the stored file, so drop it rather than re-label it.
   ══════════════════════════════════════════════════════════════════════════ */
.hs-img::before,
.rep-card .rc-img::before,
.vp-card .vc-thumb::before,
.art-imgwrap::before,
.art-figure::before{content:none !important;display:none !important}

/* ── language switcher ── */
/* language: rounded chips, each in its own script */
.nb-lang-native{display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.nb-lang-native a{padding:3px 12px;border-radius:999px;font-size:11.5px;font-weight:800;
  background:rgba(255,255,255,.10);color:inherit;opacity:.8}
.nb-lang-native a:hover{opacity:1;background:rgba(255,255,255,.18)}
.nb-lang-native a.on{opacity:1;background:var(--brand);color:#fff}

/* ── mobile chrome ── */
/* ── mobile: the language control scrolls, it never wraps the top bar ── */
@media (max-width:720px){
  .nb-top-in{gap:10px;height:auto;min-height:34px;padding-block:5px;flex-wrap:nowrap}
  .nb-date{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
  .nb-lang{flex:none;max-width:62vw;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .nb-lang::-webkit-scrollbar{display:none}
  .nb-lang-dots,.nb-lang-seg,.nb-lang-codes,.nb-lang-native,.nb-globe-row{flex-wrap:nowrap}
  .nb-lang-native a{padding:3px 9px;font-size:11px}
  .nb-lang-stack{flex-direction:row;gap:0}
}

/* ── mobile: give the hero photograph room; the card must not swallow it ── */
@media (max-width:720px){
  .nb-hero-img{aspect-ratio:4/3}
  .nb-hero-card{margin:-28px auto 0;width:calc(100% - 24px);padding:18px 18px 20px;border-radius:18px}
  .nb-hero-card h1{font-size:20px;line-height:1.4}
  .nb-hero-card p{font-size:13.5px;line-height:1.8;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .nb-kick{margin-block-end:9px}
  .nb-spectrum{height:4px}
}
@media (max-width:430px){
  .nb-hero-img{aspect-ratio:1/1}
  .nb-hero-card{margin-top:-22px}
}

/* ── site typeface ── this newsroom's own Persian face, self-hosted so the
   Core-Web-Vitals work that removed third-party fonts is not undone. */
@font-face{font-family:'Almarai';src:url('../fonts/almarai/almarai-400-1.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;}
@font-face{font-family:'Almarai';src:url('../fonts/almarai/almarai-400-2.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Almarai';src:url('../fonts/almarai/almarai-700-3.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;unicode-range:U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;}
@font-face{font-family:'Almarai';src:url('../fonts/almarai/almarai-700-4.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Almarai';src:url('../fonts/almarai/almarai-800-5.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap;unicode-range:U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;}
@font-face{font-family:'Almarai';src:url('../fonts/almarai/almarai-800-6.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap;unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
:root{--font-fa:'Almarai',system-ui,sans-serif;--font:'Almarai',system-ui,sans-serif;--font-head:'Almarai',system-ui,sans-serif}
html[lang=fa],html[lang=ar]{--font:'Almarai',system-ui,sans-serif;--font-head:'Almarai',system-ui,sans-serif}
body,h1,h2,h3,h4,.art-title{font-family:'Almarai',system-ui,sans-serif}
/* ── end typeface ── */
