This commit is contained in:
Daniil
2026-04-04 14:51:40 +03:00
parent 10a1d28f77
commit 0523ef3d72
191 changed files with 12065 additions and 2658 deletions
+14 -14
View File
@@ -5,35 +5,35 @@
@mixin font-body-16($weight) {
font-weight: $weight;
font-size: 16px;
line-height: 22px;
letter-spacing: 0px;
line-height: 24px;
letter-spacing: -0.015em;
}
@mixin font-body-14($weight) {
font-weight: $weight;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
letter-spacing: -0.006em;
}
@mixin font-display {
@include font-numeric;
font-weight: 600;
font-weight: 800;
font-size: 32px;
line-height: 42px;
letter-spacing: -0.65px;
line-height: 40px;
letter-spacing: -0.035em;
}
@mixin font-header-l {
@include font-numeric;
font-weight: 500;
font-weight: 700;
font-size: 20px;
line-height: 26px;
letter-spacing: -0.41px;
line-height: 28px;
letter-spacing: -0.025em;
}
@mixin font-body-m {
@include font-body-16(500);
@include font-body-16(600);
}
@mixin font-body-mr {
@@ -44,12 +44,12 @@
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
letter-spacing: -0.006em;
}
@mixin font-caption-m {
font-weight: 400;
font-weight: 500;
font-size: 12px;
line-height: 18px;
letter-spacing: 0px;
line-height: 16px;
letter-spacing: 0em;
}