/* Import Inter font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Fallback font stack */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

/* Preload fonts to prevent FOUC (Flash of Unstyled Content) */
@media screen {
    body:before {
        content: '';
        display: none;
    }
}


.text-gray-900.mb-3.ms-3 {

    display: none;

}
.text-sidebar.fs-4.fw-semibold.ps-5 {

    display: none;

}
#kt_app_footer {
   display: none;
}
   
