@import "tailwindcss"; html { @apply bg-[#1d1f21]; /* @apply bg-[#fafafa]; */ @apply text-white; /* @apply font-; */ @apply font-sans; /* font-family: 'SF Pro Display', 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif; */ } .title { @apply text-2xl; }