💄 base css file setup

This commit is contained in:
Paul Valerie GOMA 2025-07-17 18:02:01 +02:00
parent 9be8c2d687
commit 6f68f9fab7

View File

@ -0,0 +1,10 @@
/* Adding styles */
@import '../../../node_modules/@cellule-financiere-pmo/visua/output/variables.css';
@import './global.css';
/* Basic setup */
html {
font-size: 16px;
font-family: var(--font-family-primary);
font-style: normal;
}