| @import "tailwindcss"; | |
| @theme { | |
| --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif; | |
| --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace; | |
| } | |
| @layer utilities { | |
| .pattern-dots { | |
| background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px); | |
| background-size: 20px 20px; | |
| } | |
| } | |