@import "tailwindcss" source(".");

@custom-variant dark (&:where(.dark, .dark *));

@theme {
    --font-sans: "Space Grotesk", ui-sans-serif, system-ui, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

html,
body {
    @apply bg-gray-950;
    color-scheme: dark;
}
