fix: match body text to Figma specs

- font-variation-settings: wght 400, wdth 95
- line-height: 120%
- letter-spacing: -1%
- color: Text/Secondary
This commit is contained in:
julioest
2026-02-23 22:57:21 -05:00
parent 79e8c06aed
commit 74afd89596
2 changed files with 8 additions and 2 deletions

View File

@@ -1025,7 +1025,10 @@ body :not(pre):not([class^="L"]) > code {
/* Base Container */
.boostlook {
font-family: var(--font-family-body, "Noto Sans") !important;
font-variation-settings: "wght" 350, "wdth" 87.5;
font-variation-settings: "wght" 400, "wdth" 95;
line-height: 120%;
letter-spacing: -0.01em;
color: var(--text-main-text-body-secondary, #585A64);
background: var(--surface-background-main-base-primary, #fff);
}

View File

@@ -18,7 +18,10 @@
/* Base Container */
.boostlook {
font-family: var(--font-family-body, "Noto Sans") !important;
font-variation-settings: "wght" 350, "wdth" 87.5;
font-variation-settings: "wght" 400, "wdth" 95;
line-height: 120%;
letter-spacing: -0.01em;
color: var(--text-main-text-body-secondary, #585A64);
background: var(--surface-background-main-base-primary, #fff);
}