You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
304 B

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,900;1,100;1,500&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
font-family: "Roboto", sans-serif;
}
#svelte {
min-height: 100vh;
display: flex;
flex-direction: column;
}