/* Ember supports plain CSS out of the box. More info: https://cli.emberjs.com/release/advanced-use/stylesheets/ */
/* stylelint-disable-next-line import-notation */
@import 'tailwindcss';

@layer base {
  body {
    @apply min-h-screen font-sans bg-slate-100 text-slate-900;
  }
}
