@import "tailwindcss";

body{
  @apply h-screen w-full;
}

body{
  @apply h-full;
  @apply bg-white dark:bg-gray-950 text-gray-800 dark:text-gray-200;
}
.container {
  @apply max-w-7xl h-full mx-auto px-4 sm:px-6 lg:px-8 bg-white/10 dark:bg-gray-800/10;
  @apply p-3 md:p-10
}

/* Imports personnalisés */
/* @import "base/typography"; */
@import "./components/navbar.css";
@import "./components/navtab.css";
/* @import "components/buttons";
@import "layouts/dashboard"; */