From 6f68f9fab74ac34c78af4cf70bc85ce74b2fa222 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Thu, 17 Jul 2025 18:02:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20base=20css=20file=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/base.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/assets/style/base.css b/src/assets/style/base.css index e69de29..6e240f4 100644 --- a/src/assets/style/base.css +++ b/src/assets/style/base.css @@ -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; +}