@@ -80,20 +80,24 @@ $fontAssetPath: 'assets/fonts';
80
80
line-height : leading (65 , 48 );
81
81
font-weight : 500 ;
82
82
letter-spacing : 0.03em ;
83
- @include small {
84
- font-size : toRem (30 );
85
- line-height : leading (43 , 30 );
83
+ @include medium {
84
+ font-size : toRem (36 );
85
+ line-height : leading (48 , 36 );
86
86
font-weight : 500 ;
87
87
letter-spacing : 0.03em ;
88
88
}
89
+ @include mini {
90
+ font-size : toRem (30 );
91
+ line-height : leading (43 , 30 );
92
+ }
89
93
}
90
94
91
95
@mixin h2 { // Roadmap headings
92
96
font-size : toRem (26 );
93
97
line-height : leading (34 , 26 );
94
98
font-weight : 500 ;
95
99
letter-spacing : 0.03em ;
96
- @include small {
100
+ @include medium {
97
101
font-size : toRem (20 );
98
102
line-height : leading (30 , 20 );
99
103
font-weight : 500 ;
@@ -106,20 +110,24 @@ $fontAssetPath: 'assets/fonts';
106
110
line-height : leading (30 , 24 );
107
111
font-weight : 500 ;
108
112
letter-spacing : 0.03em ;
109
- @include small {
110
- font-size : toRem (16 );
111
- line-height : leading (27 , 16 );
113
+ @include medium {
114
+ font-size : toRem (18 );
115
+ line-height : leading (27 , 18 );
112
116
font-weight : 500 ;
113
117
letter-spacing : 0.03em ;
114
118
}
119
+ @include mini {
120
+ font-size : toRem (16 );
121
+ line-height : leading (27 , 16 );
122
+ }
115
123
}
116
124
117
125
@mixin h4 { // Roadmap milestone headings, captions for stats in hero section
118
126
font-size : toRem (16 );
119
127
line-height : leading (30 , 16 );
120
128
font-weight : 500 ;
121
129
letter-spacing : 0.03em ;
122
- @include small {
130
+ @include medium {
123
131
font-size : toRem (14 );
124
132
line-height : leading (16 , 14 );
125
133
font-weight : 500 ;
@@ -132,7 +140,7 @@ $fontAssetPath: 'assets/fonts';
132
140
line-height : leading (19 , 16 );
133
141
font-weight : 500 ;
134
142
letter-spacing : 0.11em ;
135
- @include small {
143
+ @include medium {
136
144
font-size : toRem (14 );
137
145
line-height : leading (16 , 14 );
138
146
font-weight : 500 ;
@@ -199,7 +207,7 @@ $fontAssetPath: 'assets/fonts';
199
207
line-height : leading (27 , 16 );
200
208
font-weight : 500 ;
201
209
letter-spacing : 0.03em ;
202
- @include small {
210
+ @include medium {
203
211
font-size : toRem (14 );
204
212
line-height : leading (21 , 14 );
205
213
font-weight : 600 ;
@@ -237,6 +245,10 @@ $fontAssetPath: 'assets/fonts';
237
245
line-height : leading (27 , 14 );
238
246
font-weight : 500 ;
239
247
letter-spacing : 0.01em ;
248
+ @include tiny {
249
+ font-size : toRem (12 );
250
+ line-height : leading (27 , 12 );
251
+ }
240
252
}
241
253
242
254
@mixin formFieldPlaceholder {
0 commit comments