@import 'tailwindcss';

:root {
  color-scheme: dark;
}

body {
  @apply min-h-screen bg-zinc-950 text-zinc-100;
  font-family:
    'Inter',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
}
