1
1
Fork 0
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.

10 lines
341 B

@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@100;400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,900;1,100;1,400;1,900&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
h1,h2,h3,h4 {
font-family: 'MuseoModerno', cursive;
}