Music streaming on ATProto!
1@import "tailwindcss"; 2@import "@fontsource-variable/inter"; 3 4@theme { 5 --font-sans: 6 "Inter Variable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", 7 "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 8 --font-sans--font-feature-settings: "tnum", "ss01", "ss02"; 9} 10 11body { 12 @apply bg-slate-100; 13}