/* ==========================================================================
   IMMER.UZ - ASOSIY CSS FAYLI
   ========================================================================== */

/* 1. GLOBAL SHRIFT (Geomatrix 404 xatosini to'liq yo'q qiladi) */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, input, button, textarea, select {
    font-family: 'Montserrat', sans-serif !important;
}

/* 2. OQ SCROLLER SOZLAMASI */
::-webkit-scrollbar {
    width: 12px !important;
    height: 12px !important;
}
::-webkit-scrollbar-track {
    background: #ffffff !important; /* Fon to'liq oq */
}
::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.1) !important; /* Scroller ushlagichi och kulrang */
    border: 3px solid #ffffff !important; /* Atrofi oq ramka */
    border-radius: 10px !important;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(15, 23, 42, 0.2) !important;
}
html {
    scrollbar-color: rgba(15, 23, 42, 0.1) #ffffff !important;
    scrollbar-width: thin !important;
}

/* ==========================================================================
   BU YERDAN PASTGA O'ZINGIZ YARATGAN DIZAYN (CSS) KODLARINI QO'SHIB KETAVERASIZ
   ========================================================================== 
*/