/* ./resources/css/app.css */
@tailwind base;
@tailwind components;
@tailwind utilities;


@layer base { 
    .fi-main  { 
        @apply !bg-gray-500;
    }
    
    .fi-body { 
        @apply bg-gray-100;
    }
}


/*

.fi-logo {
	height: 2.0rem;
}





.fi-sidebar {
    background-color: white !important;
}

.fi-main {
	/* background-color: red !important; 
	@apply !bg-primary-500 dark:bg-gray-950; 
	background-color: #cbd5e1 !important;* /
	@apply bg-gray-500;
}

/*
.fi-body {
	 background-color: #cbd5e1 !important; 
	@apply bg-gray-100;
}

*/
