Files

12 lines
188 B
CSS
Raw Permalink Normal View History

2026-08-18 18:33:49 -07:00
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
scroll-behavior: smooth;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}