/* Write your global styles here, in PostCSS syntax */ @tailwind base; @layer base { html { @apply bg-cocoa-brown text-yellow-300 text-center; } } @tailwind components; @tailwind utilities; @font-face { font-family: "Vinque"; src: url("/vinque.ttf"); }