first commit

This commit is contained in:
julien
2026-03-16 01:47:07 +01:00
commit 8f7e61bda0
185 changed files with 27731 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
@use "../abstracts/variables" as *;
// =============================================================
// Reset / base globale
// =============================================================
* {
box-sizing: border-box;
}
body {
font-family: $font-family-base;
font-size: $font-size-base;
color: $color-text;
margin: $spacing-xl;
}