AL
.text {
color: $color-text-black;
font-style: normal;
font-family: $font-family;
&--tiny {
font-size: 12px;
font-weight: normal;
line-height: 15px;
}
&--body-one {
font-size: 18px;
font-weight: 500;
line-height: 22px;
}
&--body-two {
font-size: 16px;
font-weight: normal;
line-height: 19px;
}
&--body-two-medium {
font-size: 16px;
font-weight: 500;
line-height: 19px;
}
&--body-three {
font-size: 14px;
font-weight: normal;
line-height: 17px;
}
&--body-three-medium {
font-size: 14px;
font-weight: 500;
line-height: 17px;
}
&--heading {
font-size: 26px;
font-weight: normal;
line-height: 31px;
}
&--heading-medium {
font-size: 26px;
font-weight: 500;
line-height: 31px;
}
}