/* ==========================================================================
   Sabq Pro - Main Stylesheet
   ========================================================================== */

body {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    background-color: #FBFBFA;
    color: #1F2937;
    overflow-x: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dark body,
html.dark body {
    background-color: #0c111a;
    color: #f1f5f9;
}

/* Floating Nav Bar Shadow */
.nav-pill-shadow {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.04), 0 2px 6px -1px rgba(0, 0, 0, 0.02);
}

/* Card Shadows */
.soft-card-shadow {
    box-shadow: 0 12px 35px -8px rgba(0, 0, 0, 0.05);
}
/* cal logo */
.text-subtle{
    display: none !important;
}