Files
2022-02-13 12:36:34 -08:00

27 lines
404 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
@apply bg-slate-100;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}
* {
font-family: "Poppins", sans-serif;
}