Spaces:
Sleeping
Sleeping
File size: 430 Bytes
6bb2fbe ae4ceef 6bb2fbe | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | @tailwind base;
@tailwind components;
@tailwind utilities;
html {
scroll-behavior: smooth;
}
:root {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
line-height: 1.5;
font-weight: 400;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} |