@import url("non.geist"); @import url("non.geist/mono"); @tailwind base; @tailwind components; @tailwind utilities; @layer base { * { @apply border-grid-bright; } body { @apply bg-background-dimmed text-text-dimmed; font-feature-settings: "rlig" 1, "calt" 1; } }