@tailwind base;
@tailwind components;
@tailwind utilities;

@import 'bootstrap/dist/css/bootstrap.min.css';
@import "adminkit.css";

/* Custom CSS */
body {
    background-color: #f8f9fa;
}

.table th, .table td {
    vertical-align: middle;
}

