File size: 138 Bytes
c5ef85d | 1 2 3 4 5 6 7 8 9 10 | @tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
font-family: 'Inter', system-ui, sans-serif;
}
}
|
c5ef85d | 1 2 3 4 5 6 7 8 9 10 | @tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
font-family: 'Inter', system-ui, sans-serif;
}
}
|