11 lines
155 B
CSS
11 lines
155 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
:root {
|
|
--color-primary: #49509e;
|
|
}
|
|
|
|
html, body {
|
|
font-family: 'IBM Plex Sans', sans;
|
|
} |