fix: refactor use of tokens

This commit is contained in:
Christel Westerberg
2024-05-21 15:17:12 +02:00
parent ad343aa666
commit a19b0687bb
8 changed files with 60 additions and 125 deletions

View File

@@ -7,7 +7,7 @@
width: 100%;
margin-right: 1.6rem;
border-radius: 1.6rem;
gap: var(--x2, 16px);
gap: var(--Spacing-x2);
padding: 0px 3.2rem;
text-align: center;
@@ -46,11 +46,10 @@
color: var(--script-color);
font-family: var(--ff-biro-script-plus);
font-size: var(--Script-1, 2.4rem);
font-style: normal;
font-weight: 400;
line-height: 110%; /* 1.65rem */
letter-spacing: 0.03rem;
font-size: var(--typography-Script-2-fontSize);
font-weight: var(--typography-Script-2-fontWeight);
line-height: var(--typography-Script-2-lineHeight);
letter-spacing: 0.48px;
padding: 1rem;
transform: rotate(-3deg);
@@ -68,10 +67,9 @@
color: var(--font-color);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
font-size: var(--typography-Body-Regular-fontSize);
font-weight: var(--typography-Body-Regular-fontWeight);
line-height: var(--typography-Body-Regular-lineHeight);
letter-spacing: 0.096px;
}