2023-11-16 11:43:48 +01:00
|
|
|
@import '@procyon/styles/global.css';
|
2023-09-09 16:55:38 +02:00
|
|
|
|
|
|
|
@import "./variables.css";
|
|
|
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');
|
|
|
|
|
|
|
|
body {
|
|
|
|
@apply bg-white text-black text-sm;
|
|
|
|
font-family: 'Poppins', sans-serif;
|
|
|
|
font-weight: lighter;
|
|
|
|
}
|