/* STREAMING_CHUNK:Importing web fonts for Kurdish and Arabic support... /
/ فۆنتی Noto Kufi Arabic یەکێکە لە جوانترین فۆنتەکان بۆ خوێندنەوە لە شاشەدا بۆ زمانی کوردی و عەرەبی */
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@300;400;500;600;700&display=swap');

/* STREAMING_CHUNK:Applying fonts and default rules... */
body {
font-family: 'Noto Kufi Arabic', Tahoma, sans-serif;
}

/* ئەمە یارمەتیدەرە بۆ ئەوەی سکڕۆڵکردن نەرم بێت */
html {
scroll-behavior: smooth;
}

/* STREAMING_CHUNK:Styling custom scrollbars for a premium look... /
/ ڕێکخستنی شێوەی سکڕۆڵبار بۆ ئەوەی مۆدێرن بێت (Scrollbar Styling) */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: transparent;
}

::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 4px;
}

.dark ::-webkit-scrollbar-thumb {
background: #475569;
}

::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}

/* کۆدێکی سادە بۆ شاردنەوەی شتەکان کە دواتر لە JS بەکاریدەهێنین */
.hidden-el {
display: none !important;
}