summaryrefslogtreecommitdiffstats
path: root/src/webapp/src/app.css
blob: 2005db4361e61dd077db7818165b835f6b1264e1 (plain) (blame)
1
2
3
4
5
6
7
@tailwind base;
@tailwind components;
@tailwind utilities;

html {
    font-family: "Inter UI", sans-serif;
}