@tailwind base; @tailwind components; @tailwind utilities; @layer base { @font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; } h1 { @apply text-2xl; @apply font-sans; @apply text-gray-900; } ::selection { @apply bg-green-400; @apply text-gray-900; @apply bg-opacity-30; } }