/* [project]/src/app/globals.css [app-client] (css) */
.flex {
  display: flex;
}

.min-h-screen {
  min-height: 100vh;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

.text-center {
  text-align: center;
}

/*# sourceMappingURL=src_app_globals_91e4631d.css.map*/