feat(standard-styling): Replace font-size-base to 14px

This is standard
This commit is contained in:
2025-12-22 11:36:29 +01:00
parent f6df65fbb3
commit 80a44174be

View File

@ -4,7 +4,7 @@ $font-family-sans-serif: "Roboto", -apple-system, blinkmacsystemfont, "Segoe UI"
$font-family-base: $font-family-sans-serif;
$headings-font-family: $font-family-sans-serif;
$font-size-base: rem-calc(16px);
$font-size-base: rem-calc(14px);
$font-size-lg: $font-size-base * 1.125;
$font-size-sm: $font-size-base * 0.875;
$font-size-xs: $font-size-base * 0.6875;