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.

25 lines
431 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;
@font-face {
font-family: 'Baron';
src: url('/fonts/BaronNeue-Black.otf');
}
:root {
font-family: 'Roboto', sans-serif;
}
.baron {
font-family: 'Baron', sans-serif;
}
#svelte {
min-height: 100vh;
display: flex;
flex-direction: column;
}