@db-ux/core-foundations 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/styles/absolute.css +163 -168
- package/build/styles/defaults/_default-properties.scss +162 -162
- package/build/styles/defaults/default-fonts.css +1 -1
- package/build/styles/defaults/default-fonts.scss +1 -1
- package/build/styles/defaults/default-required.css +1 -1
- package/build/styles/defaults/default-required.scss +0 -6
- package/build/styles/defaults/default-theme.css +1 -1
- package/build/styles/index.css +1 -6
- package/build/styles/relative.css +163 -168
- package/build/styles/rollup.css +163 -168
- package/build/styles/webpack.css +163 -168
- package/package.json +2 -2
|
@@ -2992,7 +2992,7 @@
|
|
|
2992
2992
|
@property --db-typography-regular-desktop-headline-3xl {
|
|
2993
2993
|
syntax: "*";
|
|
2994
2994
|
initial-value:
|
|
2995
|
-
5rem/1.2 "OpenSans Head",
|
|
2995
|
+
bolder 5rem/1.2 "OpenSans Head",
|
|
2996
2996
|
helvetica,
|
|
2997
2997
|
arial,
|
|
2998
2998
|
sans-serif;
|
|
@@ -3002,7 +3002,7 @@
|
|
|
3002
3002
|
@property --db-typography-regular-desktop-headline-2xl {
|
|
3003
3003
|
syntax: "*";
|
|
3004
3004
|
initial-value:
|
|
3005
|
-
4rem/1.25 "OpenSans Head",
|
|
3005
|
+
bolder 4rem/1.25 "OpenSans Head",
|
|
3006
3006
|
helvetica,
|
|
3007
3007
|
arial,
|
|
3008
3008
|
sans-serif;
|
|
@@ -3012,7 +3012,7 @@
|
|
|
3012
3012
|
@property --db-typography-regular-desktop-headline-xl {
|
|
3013
3013
|
syntax: "*";
|
|
3014
3014
|
initial-value:
|
|
3015
|
-
3rem/1.3333333333333333 "OpenSans Head",
|
|
3015
|
+
bolder 3rem/1.3333333333333333 "OpenSans Head",
|
|
3016
3016
|
helvetica,
|
|
3017
3017
|
arial,
|
|
3018
3018
|
sans-serif;
|
|
@@ -3022,7 +3022,7 @@
|
|
|
3022
3022
|
@property --db-typography-regular-desktop-headline-lg {
|
|
3023
3023
|
syntax: "*";
|
|
3024
3024
|
initial-value:
|
|
3025
|
-
2.5rem/1.2 "OpenSans Head",
|
|
3025
|
+
bolder 2.5rem/1.2 "OpenSans Head",
|
|
3026
3026
|
helvetica,
|
|
3027
3027
|
arial,
|
|
3028
3028
|
sans-serif;
|
|
@@ -3032,7 +3032,7 @@
|
|
|
3032
3032
|
@property --db-typography-regular-desktop-headline-md {
|
|
3033
3033
|
syntax: "*";
|
|
3034
3034
|
initial-value:
|
|
3035
|
-
2rem/1.25 "OpenSans Head",
|
|
3035
|
+
bolder 2rem/1.25 "OpenSans Head",
|
|
3036
3036
|
helvetica,
|
|
3037
3037
|
arial,
|
|
3038
3038
|
sans-serif;
|
|
@@ -3042,7 +3042,7 @@
|
|
|
3042
3042
|
@property --db-typography-regular-desktop-headline-sm {
|
|
3043
3043
|
syntax: "*";
|
|
3044
3044
|
initial-value:
|
|
3045
|
-
1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3045
|
+
bolder 1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3046
3046
|
helvetica,
|
|
3047
3047
|
arial,
|
|
3048
3048
|
sans-serif;
|
|
@@ -3052,7 +3052,7 @@
|
|
|
3052
3052
|
@property --db-typography-regular-desktop-headline-2xs {
|
|
3053
3053
|
syntax: "*";
|
|
3054
3054
|
initial-value:
|
|
3055
|
-
1.25rem/1.2 "OpenSans Head",
|
|
3055
|
+
bolder 1.25rem/1.2 "OpenSans Head",
|
|
3056
3056
|
helvetica,
|
|
3057
3057
|
arial,
|
|
3058
3058
|
sans-serif;
|
|
@@ -3062,7 +3062,7 @@
|
|
|
3062
3062
|
@property --db-typography-regular-desktop-headline-3xs {
|
|
3063
3063
|
syntax: "*";
|
|
3064
3064
|
initial-value:
|
|
3065
|
-
1rem/1.25 "OpenSans Head",
|
|
3065
|
+
bolder 1rem/1.25 "OpenSans Head",
|
|
3066
3066
|
helvetica,
|
|
3067
3067
|
arial,
|
|
3068
3068
|
sans-serif;
|
|
@@ -3072,7 +3072,7 @@
|
|
|
3072
3072
|
@property --db-typography-regular-desktop-headline-xs {
|
|
3073
3073
|
syntax: "*";
|
|
3074
3074
|
initial-value:
|
|
3075
|
-
1.5rem/1.1666666666666667 "OpenSans Head",
|
|
3075
|
+
bolder 1.5rem/1.1666666666666667 "OpenSans Head",
|
|
3076
3076
|
helvetica,
|
|
3077
3077
|
arial,
|
|
3078
3078
|
sans-serif;
|
|
@@ -3082,7 +3082,7 @@
|
|
|
3082
3082
|
@property --db-typography-regular-desktop-body-lg {
|
|
3083
3083
|
syntax: "*";
|
|
3084
3084
|
initial-value:
|
|
3085
|
-
1.25rem/1.4 "OpenSans",
|
|
3085
|
+
normal 1.25rem/1.4 "OpenSans",
|
|
3086
3086
|
helvetica,
|
|
3087
3087
|
arial,
|
|
3088
3088
|
sans-serif;
|
|
@@ -3092,7 +3092,7 @@
|
|
|
3092
3092
|
@property --db-typography-regular-desktop-body-xl {
|
|
3093
3093
|
syntax: "*";
|
|
3094
3094
|
initial-value:
|
|
3095
|
-
1.5rem/1.3333333333333333 "OpenSans",
|
|
3095
|
+
normal 1.5rem/1.3333333333333333 "OpenSans",
|
|
3096
3096
|
helvetica,
|
|
3097
3097
|
arial,
|
|
3098
3098
|
sans-serif;
|
|
@@ -3102,7 +3102,7 @@
|
|
|
3102
3102
|
@property --db-typography-regular-desktop-body-2xl {
|
|
3103
3103
|
syntax: "*";
|
|
3104
3104
|
initial-value:
|
|
3105
|
-
1.75rem/1.4285714285714286 "OpenSans",
|
|
3105
|
+
normal 1.75rem/1.4285714285714286 "OpenSans",
|
|
3106
3106
|
helvetica,
|
|
3107
3107
|
arial,
|
|
3108
3108
|
sans-serif;
|
|
@@ -3112,7 +3112,7 @@
|
|
|
3112
3112
|
@property --db-typography-regular-desktop-body-3xl {
|
|
3113
3113
|
syntax: "*";
|
|
3114
3114
|
initial-value:
|
|
3115
|
-
2rem/1.5 "OpenSans",
|
|
3115
|
+
normal 2rem/1.5 "OpenSans",
|
|
3116
3116
|
helvetica,
|
|
3117
3117
|
arial,
|
|
3118
3118
|
sans-serif;
|
|
@@ -3122,7 +3122,7 @@
|
|
|
3122
3122
|
@property --db-typography-regular-desktop-body-md {
|
|
3123
3123
|
syntax: "*";
|
|
3124
3124
|
initial-value:
|
|
3125
|
-
1rem/1.5 "OpenSans",
|
|
3125
|
+
normal 1rem/1.5 "OpenSans",
|
|
3126
3126
|
helvetica,
|
|
3127
3127
|
arial,
|
|
3128
3128
|
sans-serif;
|
|
@@ -3132,7 +3132,7 @@
|
|
|
3132
3132
|
@property --db-typography-regular-desktop-body-sm {
|
|
3133
3133
|
syntax: "*";
|
|
3134
3134
|
initial-value:
|
|
3135
|
-
0.875rem/1.4285714285714286 "OpenSans",
|
|
3135
|
+
normal 0.875rem/1.4285714285714286 "OpenSans",
|
|
3136
3136
|
helvetica,
|
|
3137
3137
|
arial,
|
|
3138
3138
|
sans-serif;
|
|
@@ -3142,7 +3142,7 @@
|
|
|
3142
3142
|
@property --db-typography-regular-desktop-body-2xs {
|
|
3143
3143
|
syntax: "*";
|
|
3144
3144
|
initial-value:
|
|
3145
|
-
0.625rem/1.4 "OpenSans",
|
|
3145
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
3146
3146
|
helvetica,
|
|
3147
3147
|
arial,
|
|
3148
3148
|
sans-serif;
|
|
@@ -3152,7 +3152,7 @@
|
|
|
3152
3152
|
@property --db-typography-regular-desktop-body-3xs {
|
|
3153
3153
|
syntax: "*";
|
|
3154
3154
|
initial-value:
|
|
3155
|
-
0.625rem/1.4 "OpenSans",
|
|
3155
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
3156
3156
|
helvetica,
|
|
3157
3157
|
arial,
|
|
3158
3158
|
sans-serif;
|
|
@@ -3162,7 +3162,7 @@
|
|
|
3162
3162
|
@property --db-typography-regular-desktop-body-xs {
|
|
3163
3163
|
syntax: "*";
|
|
3164
3164
|
initial-value:
|
|
3165
|
-
0.75rem/1.3333333333333333 "OpenSans",
|
|
3165
|
+
normal 0.75rem/1.3333333333333333 "OpenSans",
|
|
3166
3166
|
helvetica,
|
|
3167
3167
|
arial,
|
|
3168
3168
|
sans-serif;
|
|
@@ -3172,7 +3172,7 @@
|
|
|
3172
3172
|
@property --db-typography-regular-mobile-body-lg {
|
|
3173
3173
|
syntax: "*";
|
|
3174
3174
|
initial-value:
|
|
3175
|
-
1.25rem/1.4 "OpenSans",
|
|
3175
|
+
normal 1.25rem/1.4 "OpenSans",
|
|
3176
3176
|
helvetica,
|
|
3177
3177
|
arial,
|
|
3178
3178
|
sans-serif;
|
|
@@ -3182,7 +3182,7 @@
|
|
|
3182
3182
|
@property --db-typography-regular-mobile-body-md {
|
|
3183
3183
|
syntax: "*";
|
|
3184
3184
|
initial-value:
|
|
3185
|
-
1rem/1.5 "OpenSans",
|
|
3185
|
+
normal 1rem/1.5 "OpenSans",
|
|
3186
3186
|
helvetica,
|
|
3187
3187
|
arial,
|
|
3188
3188
|
sans-serif;
|
|
@@ -3192,7 +3192,7 @@
|
|
|
3192
3192
|
@property --db-typography-regular-mobile-body-sm {
|
|
3193
3193
|
syntax: "*";
|
|
3194
3194
|
initial-value:
|
|
3195
|
-
0.875rem/1.4285714285714286 "OpenSans",
|
|
3195
|
+
normal 0.875rem/1.4285714285714286 "OpenSans",
|
|
3196
3196
|
helvetica,
|
|
3197
3197
|
arial,
|
|
3198
3198
|
sans-serif;
|
|
@@ -3202,7 +3202,7 @@
|
|
|
3202
3202
|
@property --db-typography-regular-mobile-body-xl {
|
|
3203
3203
|
syntax: "*";
|
|
3204
3204
|
initial-value:
|
|
3205
|
-
1.25rem/1.4 "OpenSans",
|
|
3205
|
+
normal 1.25rem/1.4 "OpenSans",
|
|
3206
3206
|
helvetica,
|
|
3207
3207
|
arial,
|
|
3208
3208
|
sans-serif;
|
|
@@ -3212,7 +3212,7 @@
|
|
|
3212
3212
|
@property --db-typography-regular-mobile-body-xs {
|
|
3213
3213
|
syntax: "*";
|
|
3214
3214
|
initial-value:
|
|
3215
|
-
0.75rem/1.3333333333333333 "OpenSans",
|
|
3215
|
+
normal 0.75rem/1.3333333333333333 "OpenSans",
|
|
3216
3216
|
helvetica,
|
|
3217
3217
|
arial,
|
|
3218
3218
|
sans-serif;
|
|
@@ -3222,7 +3222,7 @@
|
|
|
3222
3222
|
@property --db-typography-regular-mobile-body-2xl {
|
|
3223
3223
|
syntax: "*";
|
|
3224
3224
|
initial-value:
|
|
3225
|
-
1.25rem/1.4 "OpenSans",
|
|
3225
|
+
normal 1.25rem/1.4 "OpenSans",
|
|
3226
3226
|
helvetica,
|
|
3227
3227
|
arial,
|
|
3228
3228
|
sans-serif;
|
|
@@ -3232,7 +3232,7 @@
|
|
|
3232
3232
|
@property --db-typography-regular-mobile-body-3xl {
|
|
3233
3233
|
syntax: "*";
|
|
3234
3234
|
initial-value:
|
|
3235
|
-
1.25rem/1.4 "OpenSans",
|
|
3235
|
+
normal 1.25rem/1.4 "OpenSans",
|
|
3236
3236
|
helvetica,
|
|
3237
3237
|
arial,
|
|
3238
3238
|
sans-serif;
|
|
@@ -3242,7 +3242,7 @@
|
|
|
3242
3242
|
@property --db-typography-regular-mobile-body-2xs {
|
|
3243
3243
|
syntax: "*";
|
|
3244
3244
|
initial-value:
|
|
3245
|
-
0.625rem/1.4 "OpenSans",
|
|
3245
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
3246
3246
|
helvetica,
|
|
3247
3247
|
arial,
|
|
3248
3248
|
sans-serif;
|
|
@@ -3252,7 +3252,7 @@
|
|
|
3252
3252
|
@property --db-typography-regular-mobile-body-3xs {
|
|
3253
3253
|
syntax: "*";
|
|
3254
3254
|
initial-value:
|
|
3255
|
-
0.625rem/1.4 "OpenSans",
|
|
3255
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
3256
3256
|
helvetica,
|
|
3257
3257
|
arial,
|
|
3258
3258
|
sans-serif;
|
|
@@ -3262,7 +3262,7 @@
|
|
|
3262
3262
|
@property --db-typography-regular-mobile-headline-lg {
|
|
3263
3263
|
syntax: "*";
|
|
3264
3264
|
initial-value:
|
|
3265
|
-
1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3265
|
+
bolder 1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3266
3266
|
helvetica,
|
|
3267
3267
|
arial,
|
|
3268
3268
|
sans-serif;
|
|
@@ -3272,7 +3272,7 @@
|
|
|
3272
3272
|
@property --db-typography-regular-mobile-headline-md {
|
|
3273
3273
|
syntax: "*";
|
|
3274
3274
|
initial-value:
|
|
3275
|
-
1.5rem/1.1666666666666667 "OpenSans Head",
|
|
3275
|
+
bolder 1.5rem/1.1666666666666667 "OpenSans Head",
|
|
3276
3276
|
helvetica,
|
|
3277
3277
|
arial,
|
|
3278
3278
|
sans-serif;
|
|
@@ -3282,7 +3282,7 @@
|
|
|
3282
3282
|
@property --db-typography-regular-mobile-headline-sm {
|
|
3283
3283
|
syntax: "*";
|
|
3284
3284
|
initial-value:
|
|
3285
|
-
1.25rem/1.2 "OpenSans Head",
|
|
3285
|
+
bolder 1.25rem/1.2 "OpenSans Head",
|
|
3286
3286
|
helvetica,
|
|
3287
3287
|
arial,
|
|
3288
3288
|
sans-serif;
|
|
@@ -3292,7 +3292,7 @@
|
|
|
3292
3292
|
@property --db-typography-regular-mobile-headline-xl {
|
|
3293
3293
|
syntax: "*";
|
|
3294
3294
|
initial-value:
|
|
3295
|
-
2rem/1.25 "OpenSans Head",
|
|
3295
|
+
bolder 2rem/1.25 "OpenSans Head",
|
|
3296
3296
|
helvetica,
|
|
3297
3297
|
arial,
|
|
3298
3298
|
sans-serif;
|
|
@@ -3302,7 +3302,7 @@
|
|
|
3302
3302
|
@property --db-typography-regular-mobile-headline-xs {
|
|
3303
3303
|
syntax: "*";
|
|
3304
3304
|
initial-value:
|
|
3305
|
-
1rem/1.25 "OpenSans Head",
|
|
3305
|
+
bolder 1rem/1.25 "OpenSans Head",
|
|
3306
3306
|
helvetica,
|
|
3307
3307
|
arial,
|
|
3308
3308
|
sans-serif;
|
|
@@ -3312,7 +3312,7 @@
|
|
|
3312
3312
|
@property --db-typography-regular-mobile-headline-2xl {
|
|
3313
3313
|
syntax: "*";
|
|
3314
3314
|
initial-value:
|
|
3315
|
-
2rem/1.25 "OpenSans Head",
|
|
3315
|
+
bolder 2rem/1.25 "OpenSans Head",
|
|
3316
3316
|
helvetica,
|
|
3317
3317
|
arial,
|
|
3318
3318
|
sans-serif;
|
|
@@ -3322,7 +3322,7 @@
|
|
|
3322
3322
|
@property --db-typography-regular-mobile-headline-2xs {
|
|
3323
3323
|
syntax: "*";
|
|
3324
3324
|
initial-value:
|
|
3325
|
-
0.875rem/1.1428571428571428 "OpenSans Head",
|
|
3325
|
+
bolder 0.875rem/1.1428571428571428 "OpenSans Head",
|
|
3326
3326
|
helvetica,
|
|
3327
3327
|
arial,
|
|
3328
3328
|
sans-serif;
|
|
@@ -3332,7 +3332,7 @@
|
|
|
3332
3332
|
@property --db-typography-regular-mobile-headline-3xl {
|
|
3333
3333
|
syntax: "*";
|
|
3334
3334
|
initial-value:
|
|
3335
|
-
2rem/1.25 "OpenSans Head",
|
|
3335
|
+
bolder 2rem/1.25 "OpenSans Head",
|
|
3336
3336
|
helvetica,
|
|
3337
3337
|
arial,
|
|
3338
3338
|
sans-serif;
|
|
@@ -3342,7 +3342,7 @@
|
|
|
3342
3342
|
@property --db-typography-regular-mobile-headline-3xs {
|
|
3343
3343
|
syntax: "*";
|
|
3344
3344
|
initial-value:
|
|
3345
|
-
0.875rem/1.1428571428571428 "OpenSans Head",
|
|
3345
|
+
bolder 0.875rem/1.1428571428571428 "OpenSans Head",
|
|
3346
3346
|
helvetica,
|
|
3347
3347
|
arial,
|
|
3348
3348
|
sans-serif;
|
|
@@ -3352,7 +3352,7 @@
|
|
|
3352
3352
|
@property --db-typography-regular-tablet-body-lg {
|
|
3353
3353
|
syntax: "*";
|
|
3354
3354
|
initial-value:
|
|
3355
|
-
1.25rem/1.4 "OpenSans",
|
|
3355
|
+
normal 1.25rem/1.4 "OpenSans",
|
|
3356
3356
|
helvetica,
|
|
3357
3357
|
arial,
|
|
3358
3358
|
sans-serif;
|
|
@@ -3362,7 +3362,7 @@
|
|
|
3362
3362
|
@property --db-typography-regular-tablet-body-md {
|
|
3363
3363
|
syntax: "*";
|
|
3364
3364
|
initial-value:
|
|
3365
|
-
1rem/1.5 "OpenSans",
|
|
3365
|
+
normal 1rem/1.5 "OpenSans",
|
|
3366
3366
|
helvetica,
|
|
3367
3367
|
arial,
|
|
3368
3368
|
sans-serif;
|
|
@@ -3372,7 +3372,7 @@
|
|
|
3372
3372
|
@property --db-typography-regular-tablet-body-sm {
|
|
3373
3373
|
syntax: "*";
|
|
3374
3374
|
initial-value:
|
|
3375
|
-
0.875rem/1.4285714285714286 "OpenSans",
|
|
3375
|
+
normal 0.875rem/1.4285714285714286 "OpenSans",
|
|
3376
3376
|
helvetica,
|
|
3377
3377
|
arial,
|
|
3378
3378
|
sans-serif;
|
|
@@ -3382,7 +3382,7 @@
|
|
|
3382
3382
|
@property --db-typography-regular-tablet-body-xl {
|
|
3383
3383
|
syntax: "*";
|
|
3384
3384
|
initial-value:
|
|
3385
|
-
1.5rem/1.3333333333333333 "OpenSans",
|
|
3385
|
+
normal 1.5rem/1.3333333333333333 "OpenSans",
|
|
3386
3386
|
helvetica,
|
|
3387
3387
|
arial,
|
|
3388
3388
|
sans-serif;
|
|
@@ -3392,7 +3392,7 @@
|
|
|
3392
3392
|
@property --db-typography-regular-tablet-body-xs {
|
|
3393
3393
|
syntax: "*";
|
|
3394
3394
|
initial-value:
|
|
3395
|
-
0.75rem/1.3333333333333333 "OpenSans",
|
|
3395
|
+
normal 0.75rem/1.3333333333333333 "OpenSans",
|
|
3396
3396
|
helvetica,
|
|
3397
3397
|
arial,
|
|
3398
3398
|
sans-serif;
|
|
@@ -3402,7 +3402,7 @@
|
|
|
3402
3402
|
@property --db-typography-regular-tablet-body-2xl {
|
|
3403
3403
|
syntax: "*";
|
|
3404
3404
|
initial-value:
|
|
3405
|
-
1.75rem/1.4285714285714286 "OpenSans",
|
|
3405
|
+
normal 1.75rem/1.4285714285714286 "OpenSans",
|
|
3406
3406
|
helvetica,
|
|
3407
3407
|
arial,
|
|
3408
3408
|
sans-serif;
|
|
@@ -3412,7 +3412,7 @@
|
|
|
3412
3412
|
@property --db-typography-regular-tablet-body-3xl {
|
|
3413
3413
|
syntax: "*";
|
|
3414
3414
|
initial-value:
|
|
3415
|
-
2rem/1.5 "OpenSans",
|
|
3415
|
+
normal 2rem/1.5 "OpenSans",
|
|
3416
3416
|
helvetica,
|
|
3417
3417
|
arial,
|
|
3418
3418
|
sans-serif;
|
|
@@ -3422,7 +3422,7 @@
|
|
|
3422
3422
|
@property --db-typography-regular-tablet-body-2xs {
|
|
3423
3423
|
syntax: "*";
|
|
3424
3424
|
initial-value:
|
|
3425
|
-
0.625rem/1.4 "OpenSans",
|
|
3425
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
3426
3426
|
helvetica,
|
|
3427
3427
|
arial,
|
|
3428
3428
|
sans-serif;
|
|
@@ -3432,7 +3432,7 @@
|
|
|
3432
3432
|
@property --db-typography-regular-tablet-body-3xs {
|
|
3433
3433
|
syntax: "*";
|
|
3434
3434
|
initial-value:
|
|
3435
|
-
0.625rem/1.4 "OpenSans",
|
|
3435
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
3436
3436
|
helvetica,
|
|
3437
3437
|
arial,
|
|
3438
3438
|
sans-serif;
|
|
@@ -3442,7 +3442,7 @@
|
|
|
3442
3442
|
@property --db-typography-regular-tablet-headline-lg {
|
|
3443
3443
|
syntax: "*";
|
|
3444
3444
|
initial-value:
|
|
3445
|
-
2rem/1.25 "OpenSans Head",
|
|
3445
|
+
bolder 2rem/1.25 "OpenSans Head",
|
|
3446
3446
|
helvetica,
|
|
3447
3447
|
arial,
|
|
3448
3448
|
sans-serif;
|
|
@@ -3452,7 +3452,7 @@
|
|
|
3452
3452
|
@property --db-typography-regular-tablet-headline-md {
|
|
3453
3453
|
syntax: "*";
|
|
3454
3454
|
initial-value:
|
|
3455
|
-
1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3455
|
+
bolder 1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3456
3456
|
helvetica,
|
|
3457
3457
|
arial,
|
|
3458
3458
|
sans-serif;
|
|
@@ -3462,7 +3462,7 @@
|
|
|
3462
3462
|
@property --db-typography-regular-tablet-headline-sm {
|
|
3463
3463
|
syntax: "*";
|
|
3464
3464
|
initial-value:
|
|
3465
|
-
1.5rem/1.1666666666666667 "OpenSans Head",
|
|
3465
|
+
bolder 1.5rem/1.1666666666666667 "OpenSans Head",
|
|
3466
3466
|
helvetica,
|
|
3467
3467
|
arial,
|
|
3468
3468
|
sans-serif;
|
|
@@ -3472,7 +3472,7 @@
|
|
|
3472
3472
|
@property --db-typography-regular-tablet-headline-xl {
|
|
3473
3473
|
syntax: "*";
|
|
3474
3474
|
initial-value:
|
|
3475
|
-
2.5rem/1.2 "OpenSans Head",
|
|
3475
|
+
bolder 2.5rem/1.2 "OpenSans Head",
|
|
3476
3476
|
helvetica,
|
|
3477
3477
|
arial,
|
|
3478
3478
|
sans-serif;
|
|
@@ -3482,7 +3482,7 @@
|
|
|
3482
3482
|
@property --db-typography-regular-tablet-headline-xs {
|
|
3483
3483
|
syntax: "*";
|
|
3484
3484
|
initial-value:
|
|
3485
|
-
1.25rem/1.2 "OpenSans Head",
|
|
3485
|
+
bolder 1.25rem/1.2 "OpenSans Head",
|
|
3486
3486
|
helvetica,
|
|
3487
3487
|
arial,
|
|
3488
3488
|
sans-serif;
|
|
@@ -3492,7 +3492,7 @@
|
|
|
3492
3492
|
@property --db-typography-regular-tablet-headline-2xl {
|
|
3493
3493
|
syntax: "*";
|
|
3494
3494
|
initial-value:
|
|
3495
|
-
3rem/1.3333333333333333 "OpenSans Head",
|
|
3495
|
+
bolder 3rem/1.3333333333333333 "OpenSans Head",
|
|
3496
3496
|
helvetica,
|
|
3497
3497
|
arial,
|
|
3498
3498
|
sans-serif;
|
|
@@ -3502,7 +3502,7 @@
|
|
|
3502
3502
|
@property --db-typography-regular-tablet-headline-2xs {
|
|
3503
3503
|
syntax: "*";
|
|
3504
3504
|
initial-value:
|
|
3505
|
-
1rem/1.25 "OpenSans Head",
|
|
3505
|
+
bolder 1rem/1.25 "OpenSans Head",
|
|
3506
3506
|
helvetica,
|
|
3507
3507
|
arial,
|
|
3508
3508
|
sans-serif;
|
|
@@ -3512,7 +3512,7 @@
|
|
|
3512
3512
|
@property --db-typography-regular-tablet-headline-3xl {
|
|
3513
3513
|
syntax: "*";
|
|
3514
3514
|
initial-value:
|
|
3515
|
-
3rem/1.3333333333333333 "OpenSans Head",
|
|
3515
|
+
bolder 3rem/1.3333333333333333 "OpenSans Head",
|
|
3516
3516
|
helvetica,
|
|
3517
3517
|
arial,
|
|
3518
3518
|
sans-serif;
|
|
@@ -3522,7 +3522,7 @@
|
|
|
3522
3522
|
@property --db-typography-regular-tablet-headline-3xs {
|
|
3523
3523
|
syntax: "*";
|
|
3524
3524
|
initial-value:
|
|
3525
|
-
1rem/1.25 "OpenSans Head",
|
|
3525
|
+
bolder 1rem/1.25 "OpenSans Head",
|
|
3526
3526
|
helvetica,
|
|
3527
3527
|
arial,
|
|
3528
3528
|
sans-serif;
|
|
@@ -3532,7 +3532,7 @@
|
|
|
3532
3532
|
@property --db-typography-expressive-desktop-body-lg {
|
|
3533
3533
|
syntax: "*";
|
|
3534
3534
|
initial-value:
|
|
3535
|
-
1.5rem/1.3333333333333333 "OpenSans",
|
|
3535
|
+
normal 1.5rem/1.3333333333333333 "OpenSans",
|
|
3536
3536
|
helvetica,
|
|
3537
3537
|
arial,
|
|
3538
3538
|
sans-serif;
|
|
@@ -3542,7 +3542,7 @@
|
|
|
3542
3542
|
@property --db-typography-expressive-desktop-body-md {
|
|
3543
3543
|
syntax: "*";
|
|
3544
3544
|
initial-value:
|
|
3545
|
-
1.25rem/1.4 "OpenSans",
|
|
3545
|
+
normal 1.25rem/1.4 "OpenSans",
|
|
3546
3546
|
helvetica,
|
|
3547
3547
|
arial,
|
|
3548
3548
|
sans-serif;
|
|
@@ -3552,7 +3552,7 @@
|
|
|
3552
3552
|
@property --db-typography-expressive-desktop-body-sm {
|
|
3553
3553
|
syntax: "*";
|
|
3554
3554
|
initial-value:
|
|
3555
|
-
1rem/1.5 "OpenSans",
|
|
3555
|
+
normal 1rem/1.5 "OpenSans",
|
|
3556
3556
|
helvetica,
|
|
3557
3557
|
arial,
|
|
3558
3558
|
sans-serif;
|
|
@@ -3562,7 +3562,7 @@
|
|
|
3562
3562
|
@property --db-typography-expressive-desktop-body-xl {
|
|
3563
3563
|
syntax: "*";
|
|
3564
3564
|
initial-value:
|
|
3565
|
-
1.75rem/1.4285714285714286 "OpenSans",
|
|
3565
|
+
normal 1.75rem/1.4285714285714286 "OpenSans",
|
|
3566
3566
|
helvetica,
|
|
3567
3567
|
arial,
|
|
3568
3568
|
sans-serif;
|
|
@@ -3572,7 +3572,7 @@
|
|
|
3572
3572
|
@property --db-typography-expressive-desktop-body-xs {
|
|
3573
3573
|
syntax: "*";
|
|
3574
3574
|
initial-value:
|
|
3575
|
-
0.875rem/1.4285714285714286 "OpenSans",
|
|
3575
|
+
normal 0.875rem/1.4285714285714286 "OpenSans",
|
|
3576
3576
|
helvetica,
|
|
3577
3577
|
arial,
|
|
3578
3578
|
sans-serif;
|
|
@@ -3582,7 +3582,7 @@
|
|
|
3582
3582
|
@property --db-typography-expressive-desktop-body-2xl {
|
|
3583
3583
|
syntax: "*";
|
|
3584
3584
|
initial-value:
|
|
3585
|
-
2rem/1.5 "OpenSans",
|
|
3585
|
+
normal 2rem/1.5 "OpenSans",
|
|
3586
3586
|
helvetica,
|
|
3587
3587
|
arial,
|
|
3588
3588
|
sans-serif;
|
|
@@ -3592,7 +3592,7 @@
|
|
|
3592
3592
|
@property --db-typography-expressive-desktop-body-3xl {
|
|
3593
3593
|
syntax: "*";
|
|
3594
3594
|
initial-value:
|
|
3595
|
-
2.5rem/1.6 "OpenSans",
|
|
3595
|
+
normal 2.5rem/1.6 "OpenSans",
|
|
3596
3596
|
helvetica,
|
|
3597
3597
|
arial,
|
|
3598
3598
|
sans-serif;
|
|
@@ -3602,7 +3602,7 @@
|
|
|
3602
3602
|
@property --db-typography-expressive-desktop-body-2xs {
|
|
3603
3603
|
syntax: "*";
|
|
3604
3604
|
initial-value:
|
|
3605
|
-
0.75rem/1.3333333333333333 "OpenSans",
|
|
3605
|
+
normal 0.75rem/1.3333333333333333 "OpenSans",
|
|
3606
3606
|
helvetica,
|
|
3607
3607
|
arial,
|
|
3608
3608
|
sans-serif;
|
|
@@ -3612,7 +3612,7 @@
|
|
|
3612
3612
|
@property --db-typography-expressive-desktop-body-3xs {
|
|
3613
3613
|
syntax: "*";
|
|
3614
3614
|
initial-value:
|
|
3615
|
-
0.625rem/1.4 "OpenSans",
|
|
3615
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
3616
3616
|
helvetica,
|
|
3617
3617
|
arial,
|
|
3618
3618
|
sans-serif;
|
|
@@ -3622,7 +3622,7 @@
|
|
|
3622
3622
|
@property --db-typography-expressive-desktop-headline-lg {
|
|
3623
3623
|
syntax: "*";
|
|
3624
3624
|
initial-value:
|
|
3625
|
-
3rem/1.3333333333333333 "OpenSans Head",
|
|
3625
|
+
bolder 3rem/1.3333333333333333 "OpenSans Head",
|
|
3626
3626
|
helvetica,
|
|
3627
3627
|
arial,
|
|
3628
3628
|
sans-serif;
|
|
@@ -3632,7 +3632,7 @@
|
|
|
3632
3632
|
@property --db-typography-expressive-desktop-headline-md {
|
|
3633
3633
|
syntax: "*";
|
|
3634
3634
|
initial-value:
|
|
3635
|
-
2.5rem/1.2 "OpenSans Head",
|
|
3635
|
+
bolder 2.5rem/1.2 "OpenSans Head",
|
|
3636
3636
|
helvetica,
|
|
3637
3637
|
arial,
|
|
3638
3638
|
sans-serif;
|
|
@@ -3642,7 +3642,7 @@
|
|
|
3642
3642
|
@property --db-typography-expressive-desktop-headline-sm {
|
|
3643
3643
|
syntax: "*";
|
|
3644
3644
|
initial-value:
|
|
3645
|
-
2rem/1.25 "OpenSans Head",
|
|
3645
|
+
bolder 2rem/1.25 "OpenSans Head",
|
|
3646
3646
|
helvetica,
|
|
3647
3647
|
arial,
|
|
3648
3648
|
sans-serif;
|
|
@@ -3652,7 +3652,7 @@
|
|
|
3652
3652
|
@property --db-typography-expressive-desktop-headline-xl {
|
|
3653
3653
|
syntax: "*";
|
|
3654
3654
|
initial-value:
|
|
3655
|
-
4rem/1.25 "OpenSans Head",
|
|
3655
|
+
bolder 4rem/1.25 "OpenSans Head",
|
|
3656
3656
|
helvetica,
|
|
3657
3657
|
arial,
|
|
3658
3658
|
sans-serif;
|
|
@@ -3662,7 +3662,7 @@
|
|
|
3662
3662
|
@property --db-typography-expressive-desktop-headline-xs {
|
|
3663
3663
|
syntax: "*";
|
|
3664
3664
|
initial-value:
|
|
3665
|
-
1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3665
|
+
bolder 1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3666
3666
|
helvetica,
|
|
3667
3667
|
arial,
|
|
3668
3668
|
sans-serif;
|
|
@@ -3672,7 +3672,7 @@
|
|
|
3672
3672
|
@property --db-typography-expressive-desktop-headline-2xl {
|
|
3673
3673
|
syntax: "*";
|
|
3674
3674
|
initial-value:
|
|
3675
|
-
5rem/1.2 "OpenSans Head",
|
|
3675
|
+
bolder 5rem/1.2 "OpenSans Head",
|
|
3676
3676
|
helvetica,
|
|
3677
3677
|
arial,
|
|
3678
3678
|
sans-serif;
|
|
@@ -3682,7 +3682,7 @@
|
|
|
3682
3682
|
@property --db-typography-expressive-desktop-headline-2xs {
|
|
3683
3683
|
syntax: "*";
|
|
3684
3684
|
initial-value:
|
|
3685
|
-
1.5rem/1.1666666666666667 "OpenSans Head",
|
|
3685
|
+
bolder 1.5rem/1.1666666666666667 "OpenSans Head",
|
|
3686
3686
|
helvetica,
|
|
3687
3687
|
arial,
|
|
3688
3688
|
sans-serif;
|
|
@@ -3692,7 +3692,7 @@
|
|
|
3692
3692
|
@property --db-typography-expressive-desktop-headline-3xl {
|
|
3693
3693
|
syntax: "*";
|
|
3694
3694
|
initial-value:
|
|
3695
|
-
6rem/1.25 "OpenSans Head",
|
|
3695
|
+
bolder 6rem/1.25 "OpenSans Head",
|
|
3696
3696
|
helvetica,
|
|
3697
3697
|
arial,
|
|
3698
3698
|
sans-serif;
|
|
@@ -3702,7 +3702,7 @@
|
|
|
3702
3702
|
@property --db-typography-expressive-desktop-headline-3xs {
|
|
3703
3703
|
syntax: "*";
|
|
3704
3704
|
initial-value:
|
|
3705
|
-
1.25rem/1.2 "OpenSans Head",
|
|
3705
|
+
bolder 1.25rem/1.2 "OpenSans Head",
|
|
3706
3706
|
helvetica,
|
|
3707
3707
|
arial,
|
|
3708
3708
|
sans-serif;
|
|
@@ -3712,7 +3712,7 @@
|
|
|
3712
3712
|
@property --db-typography-expressive-tablet-body-lg {
|
|
3713
3713
|
syntax: "*";
|
|
3714
3714
|
initial-value:
|
|
3715
|
-
1.5rem/1.3333333333333333 "OpenSans",
|
|
3715
|
+
normal 1.5rem/1.3333333333333333 "OpenSans",
|
|
3716
3716
|
helvetica,
|
|
3717
3717
|
arial,
|
|
3718
3718
|
sans-serif;
|
|
@@ -3722,7 +3722,7 @@
|
|
|
3722
3722
|
@property --db-typography-expressive-tablet-body-md {
|
|
3723
3723
|
syntax: "*";
|
|
3724
3724
|
initial-value:
|
|
3725
|
-
1.25rem/1.4 "OpenSans",
|
|
3725
|
+
normal 1.25rem/1.4 "OpenSans",
|
|
3726
3726
|
helvetica,
|
|
3727
3727
|
arial,
|
|
3728
3728
|
sans-serif;
|
|
@@ -3732,7 +3732,7 @@
|
|
|
3732
3732
|
@property --db-typography-expressive-tablet-body-sm {
|
|
3733
3733
|
syntax: "*";
|
|
3734
3734
|
initial-value:
|
|
3735
|
-
1rem/1.5 "OpenSans",
|
|
3735
|
+
normal 1rem/1.5 "OpenSans",
|
|
3736
3736
|
helvetica,
|
|
3737
3737
|
arial,
|
|
3738
3738
|
sans-serif;
|
|
@@ -3742,7 +3742,7 @@
|
|
|
3742
3742
|
@property --db-typography-expressive-tablet-body-xl {
|
|
3743
3743
|
syntax: "*";
|
|
3744
3744
|
initial-value:
|
|
3745
|
-
1.75rem/1.4285714285714286 "OpenSans",
|
|
3745
|
+
normal 1.75rem/1.4285714285714286 "OpenSans",
|
|
3746
3746
|
helvetica,
|
|
3747
3747
|
arial,
|
|
3748
3748
|
sans-serif;
|
|
@@ -3752,7 +3752,7 @@
|
|
|
3752
3752
|
@property --db-typography-expressive-tablet-body-xs {
|
|
3753
3753
|
syntax: "*";
|
|
3754
3754
|
initial-value:
|
|
3755
|
-
0.875rem/1.4285714285714286 "OpenSans",
|
|
3755
|
+
normal 0.875rem/1.4285714285714286 "OpenSans",
|
|
3756
3756
|
helvetica,
|
|
3757
3757
|
arial,
|
|
3758
3758
|
sans-serif;
|
|
@@ -3762,7 +3762,7 @@
|
|
|
3762
3762
|
@property --db-typography-expressive-tablet-body-2xl {
|
|
3763
3763
|
syntax: "*";
|
|
3764
3764
|
initial-value:
|
|
3765
|
-
2rem/1.5 "OpenSans",
|
|
3765
|
+
normal 2rem/1.5 "OpenSans",
|
|
3766
3766
|
helvetica,
|
|
3767
3767
|
arial,
|
|
3768
3768
|
sans-serif;
|
|
@@ -3772,7 +3772,7 @@
|
|
|
3772
3772
|
@property --db-typography-expressive-tablet-body-3xl {
|
|
3773
3773
|
syntax: "*";
|
|
3774
3774
|
initial-value:
|
|
3775
|
-
2.5rem/1.6 "OpenSans",
|
|
3775
|
+
normal 2.5rem/1.6 "OpenSans",
|
|
3776
3776
|
helvetica,
|
|
3777
3777
|
arial,
|
|
3778
3778
|
sans-serif;
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
@property --db-typography-expressive-tablet-body-2xs {
|
|
3783
3783
|
syntax: "*";
|
|
3784
3784
|
initial-value:
|
|
3785
|
-
0.75rem/1.3333333333333333 "OpenSans",
|
|
3785
|
+
normal 0.75rem/1.3333333333333333 "OpenSans",
|
|
3786
3786
|
helvetica,
|
|
3787
3787
|
arial,
|
|
3788
3788
|
sans-serif;
|
|
@@ -3792,7 +3792,7 @@
|
|
|
3792
3792
|
@property --db-typography-expressive-tablet-body-3xs {
|
|
3793
3793
|
syntax: "*";
|
|
3794
3794
|
initial-value:
|
|
3795
|
-
0.625rem/1.4 "OpenSans",
|
|
3795
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
3796
3796
|
helvetica,
|
|
3797
3797
|
arial,
|
|
3798
3798
|
sans-serif;
|
|
@@ -3802,7 +3802,7 @@
|
|
|
3802
3802
|
@property --db-typography-expressive-tablet-headline-lg {
|
|
3803
3803
|
syntax: "*";
|
|
3804
3804
|
initial-value:
|
|
3805
|
-
2.5rem/1.2 "OpenSans Head",
|
|
3805
|
+
bolder 2.5rem/1.2 "OpenSans Head",
|
|
3806
3806
|
helvetica,
|
|
3807
3807
|
arial,
|
|
3808
3808
|
sans-serif;
|
|
@@ -3812,7 +3812,7 @@
|
|
|
3812
3812
|
@property --db-typography-expressive-tablet-headline-md {
|
|
3813
3813
|
syntax: "*";
|
|
3814
3814
|
initial-value:
|
|
3815
|
-
2rem/1.25 "OpenSans Head",
|
|
3815
|
+
bolder 2rem/1.25 "OpenSans Head",
|
|
3816
3816
|
helvetica,
|
|
3817
3817
|
arial,
|
|
3818
3818
|
sans-serif;
|
|
@@ -3822,7 +3822,7 @@
|
|
|
3822
3822
|
@property --db-typography-expressive-tablet-headline-sm {
|
|
3823
3823
|
syntax: "*";
|
|
3824
3824
|
initial-value:
|
|
3825
|
-
1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3825
|
+
bolder 1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3826
3826
|
helvetica,
|
|
3827
3827
|
arial,
|
|
3828
3828
|
sans-serif;
|
|
@@ -3832,7 +3832,7 @@
|
|
|
3832
3832
|
@property --db-typography-expressive-tablet-headline-xl {
|
|
3833
3833
|
syntax: "*";
|
|
3834
3834
|
initial-value:
|
|
3835
|
-
3rem/1.3333333333333333 "OpenSans Head",
|
|
3835
|
+
bolder 3rem/1.3333333333333333 "OpenSans Head",
|
|
3836
3836
|
helvetica,
|
|
3837
3837
|
arial,
|
|
3838
3838
|
sans-serif;
|
|
@@ -3842,7 +3842,7 @@
|
|
|
3842
3842
|
@property --db-typography-expressive-tablet-headline-xs {
|
|
3843
3843
|
syntax: "*";
|
|
3844
3844
|
initial-value:
|
|
3845
|
-
1.5rem/1.1666666666666667 "OpenSans Head",
|
|
3845
|
+
bolder 1.5rem/1.1666666666666667 "OpenSans Head",
|
|
3846
3846
|
helvetica,
|
|
3847
3847
|
arial,
|
|
3848
3848
|
sans-serif;
|
|
@@ -3852,7 +3852,7 @@
|
|
|
3852
3852
|
@property --db-typography-expressive-tablet-headline-2xl {
|
|
3853
3853
|
syntax: "*";
|
|
3854
3854
|
initial-value:
|
|
3855
|
-
4rem/1.25 "OpenSans Head",
|
|
3855
|
+
bolder 4rem/1.25 "OpenSans Head",
|
|
3856
3856
|
helvetica,
|
|
3857
3857
|
arial,
|
|
3858
3858
|
sans-serif;
|
|
@@ -3862,7 +3862,7 @@
|
|
|
3862
3862
|
@property --db-typography-expressive-tablet-headline-2xs {
|
|
3863
3863
|
syntax: "*";
|
|
3864
3864
|
initial-value:
|
|
3865
|
-
1.25rem/1.2 "OpenSans Head",
|
|
3865
|
+
bolder 1.25rem/1.2 "OpenSans Head",
|
|
3866
3866
|
helvetica,
|
|
3867
3867
|
arial,
|
|
3868
3868
|
sans-serif;
|
|
@@ -3872,7 +3872,7 @@
|
|
|
3872
3872
|
@property --db-typography-expressive-tablet-headline-3xl {
|
|
3873
3873
|
syntax: "*";
|
|
3874
3874
|
initial-value:
|
|
3875
|
-
5rem/1.2 "OpenSans Head",
|
|
3875
|
+
bolder 5rem/1.2 "OpenSans Head",
|
|
3876
3876
|
helvetica,
|
|
3877
3877
|
arial,
|
|
3878
3878
|
sans-serif;
|
|
@@ -3882,7 +3882,7 @@
|
|
|
3882
3882
|
@property --db-typography-expressive-tablet-headline-3xs {
|
|
3883
3883
|
syntax: "*";
|
|
3884
3884
|
initial-value:
|
|
3885
|
-
1.25rem/1.2 "OpenSans Head",
|
|
3885
|
+
bolder 1.25rem/1.2 "OpenSans Head",
|
|
3886
3886
|
helvetica,
|
|
3887
3887
|
arial,
|
|
3888
3888
|
sans-serif;
|
|
@@ -3892,7 +3892,7 @@
|
|
|
3892
3892
|
@property --db-typography-expressive-mobile-body-lg {
|
|
3893
3893
|
syntax: "*";
|
|
3894
3894
|
initial-value:
|
|
3895
|
-
1.5rem/1.3333333333333333 "OpenSans",
|
|
3895
|
+
normal 1.5rem/1.3333333333333333 "OpenSans",
|
|
3896
3896
|
helvetica,
|
|
3897
3897
|
arial,
|
|
3898
3898
|
sans-serif;
|
|
@@ -3902,7 +3902,7 @@
|
|
|
3902
3902
|
@property --db-typography-expressive-mobile-body-md {
|
|
3903
3903
|
syntax: "*";
|
|
3904
3904
|
initial-value:
|
|
3905
|
-
1.25rem/1.4 "OpenSans",
|
|
3905
|
+
normal 1.25rem/1.4 "OpenSans",
|
|
3906
3906
|
helvetica,
|
|
3907
3907
|
arial,
|
|
3908
3908
|
sans-serif;
|
|
@@ -3912,7 +3912,7 @@
|
|
|
3912
3912
|
@property --db-typography-expressive-mobile-body-sm {
|
|
3913
3913
|
syntax: "*";
|
|
3914
3914
|
initial-value:
|
|
3915
|
-
1rem/1.5 "OpenSans",
|
|
3915
|
+
normal 1rem/1.5 "OpenSans",
|
|
3916
3916
|
helvetica,
|
|
3917
3917
|
arial,
|
|
3918
3918
|
sans-serif;
|
|
@@ -3922,7 +3922,7 @@
|
|
|
3922
3922
|
@property --db-typography-expressive-mobile-body-xl {
|
|
3923
3923
|
syntax: "*";
|
|
3924
3924
|
initial-value:
|
|
3925
|
-
1.5rem/1.3333333333333333 "OpenSans",
|
|
3925
|
+
normal 1.5rem/1.3333333333333333 "OpenSans",
|
|
3926
3926
|
helvetica,
|
|
3927
3927
|
arial,
|
|
3928
3928
|
sans-serif;
|
|
@@ -3932,7 +3932,7 @@
|
|
|
3932
3932
|
@property --db-typography-expressive-mobile-body-xs {
|
|
3933
3933
|
syntax: "*";
|
|
3934
3934
|
initial-value:
|
|
3935
|
-
0.875rem/1.4285714285714286 "OpenSans",
|
|
3935
|
+
normal 0.875rem/1.4285714285714286 "OpenSans",
|
|
3936
3936
|
helvetica,
|
|
3937
3937
|
arial,
|
|
3938
3938
|
sans-serif;
|
|
@@ -3942,7 +3942,7 @@
|
|
|
3942
3942
|
@property --db-typography-expressive-mobile-body-2xl {
|
|
3943
3943
|
syntax: "*";
|
|
3944
3944
|
initial-value:
|
|
3945
|
-
1.5rem/1.3333333333333333 "OpenSans",
|
|
3945
|
+
normal 1.5rem/1.3333333333333333 "OpenSans",
|
|
3946
3946
|
helvetica,
|
|
3947
3947
|
arial,
|
|
3948
3948
|
sans-serif;
|
|
@@ -3952,7 +3952,7 @@
|
|
|
3952
3952
|
@property --db-typography-expressive-mobile-body-3xl {
|
|
3953
3953
|
syntax: "*";
|
|
3954
3954
|
initial-value:
|
|
3955
|
-
1.5rem/1.3333333333333333 "OpenSans",
|
|
3955
|
+
normal 1.5rem/1.3333333333333333 "OpenSans",
|
|
3956
3956
|
helvetica,
|
|
3957
3957
|
arial,
|
|
3958
3958
|
sans-serif;
|
|
@@ -3962,7 +3962,7 @@
|
|
|
3962
3962
|
@property --db-typography-expressive-mobile-body-2xs {
|
|
3963
3963
|
syntax: "*";
|
|
3964
3964
|
initial-value:
|
|
3965
|
-
0.75rem/1.3333333333333333 "OpenSans",
|
|
3965
|
+
normal 0.75rem/1.3333333333333333 "OpenSans",
|
|
3966
3966
|
helvetica,
|
|
3967
3967
|
arial,
|
|
3968
3968
|
sans-serif;
|
|
@@ -3972,7 +3972,7 @@
|
|
|
3972
3972
|
@property --db-typography-expressive-mobile-body-3xs {
|
|
3973
3973
|
syntax: "*";
|
|
3974
3974
|
initial-value:
|
|
3975
|
-
0.625rem/1.4 "OpenSans",
|
|
3975
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
3976
3976
|
helvetica,
|
|
3977
3977
|
arial,
|
|
3978
3978
|
sans-serif;
|
|
@@ -3982,7 +3982,7 @@
|
|
|
3982
3982
|
@property --db-typography-expressive-mobile-headline-lg {
|
|
3983
3983
|
syntax: "*";
|
|
3984
3984
|
initial-value:
|
|
3985
|
-
2rem/1.25 "OpenSans Head",
|
|
3985
|
+
bolder 2rem/1.25 "OpenSans Head",
|
|
3986
3986
|
helvetica,
|
|
3987
3987
|
arial,
|
|
3988
3988
|
sans-serif;
|
|
@@ -3992,7 +3992,7 @@
|
|
|
3992
3992
|
@property --db-typography-expressive-mobile-headline-md {
|
|
3993
3993
|
syntax: "*";
|
|
3994
3994
|
initial-value:
|
|
3995
|
-
1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3995
|
+
bolder 1.75rem/1.1428571428571428 "OpenSans Head",
|
|
3996
3996
|
helvetica,
|
|
3997
3997
|
arial,
|
|
3998
3998
|
sans-serif;
|
|
@@ -4002,7 +4002,7 @@
|
|
|
4002
4002
|
@property --db-typography-expressive-mobile-headline-sm {
|
|
4003
4003
|
syntax: "*";
|
|
4004
4004
|
initial-value:
|
|
4005
|
-
1.5rem/1.1666666666666667 "OpenSans Head",
|
|
4005
|
+
bolder 1.5rem/1.1666666666666667 "OpenSans Head",
|
|
4006
4006
|
helvetica,
|
|
4007
4007
|
arial,
|
|
4008
4008
|
sans-serif;
|
|
@@ -4012,7 +4012,7 @@
|
|
|
4012
4012
|
@property --db-typography-expressive-mobile-headline-xl {
|
|
4013
4013
|
syntax: "*";
|
|
4014
4014
|
initial-value:
|
|
4015
|
-
2.5rem/1.2 "OpenSans Head",
|
|
4015
|
+
bolder 2.5rem/1.2 "OpenSans Head",
|
|
4016
4016
|
helvetica,
|
|
4017
4017
|
arial,
|
|
4018
4018
|
sans-serif;
|
|
@@ -4022,7 +4022,7 @@
|
|
|
4022
4022
|
@property --db-typography-expressive-mobile-headline-xs {
|
|
4023
4023
|
syntax: "*";
|
|
4024
4024
|
initial-value:
|
|
4025
|
-
1.25rem/1.2 "OpenSans Head",
|
|
4025
|
+
bolder 1.25rem/1.2 "OpenSans Head",
|
|
4026
4026
|
helvetica,
|
|
4027
4027
|
arial,
|
|
4028
4028
|
sans-serif;
|
|
@@ -4032,7 +4032,7 @@
|
|
|
4032
4032
|
@property --db-typography-expressive-mobile-headline-2xl {
|
|
4033
4033
|
syntax: "*";
|
|
4034
4034
|
initial-value:
|
|
4035
|
-
2.5rem/1.2 "OpenSans Head",
|
|
4035
|
+
bolder 2.5rem/1.2 "OpenSans Head",
|
|
4036
4036
|
helvetica,
|
|
4037
4037
|
arial,
|
|
4038
4038
|
sans-serif;
|
|
@@ -4042,7 +4042,7 @@
|
|
|
4042
4042
|
@property --db-typography-expressive-mobile-headline-2xs {
|
|
4043
4043
|
syntax: "*";
|
|
4044
4044
|
initial-value:
|
|
4045
|
-
1rem/1.25 "OpenSans Head",
|
|
4045
|
+
bolder 1rem/1.25 "OpenSans Head",
|
|
4046
4046
|
helvetica,
|
|
4047
4047
|
arial,
|
|
4048
4048
|
sans-serif;
|
|
@@ -4052,7 +4052,7 @@
|
|
|
4052
4052
|
@property --db-typography-expressive-mobile-headline-3xl {
|
|
4053
4053
|
syntax: "*";
|
|
4054
4054
|
initial-value:
|
|
4055
|
-
2.5rem/1.2 "OpenSans Head",
|
|
4055
|
+
bolder 2.5rem/1.2 "OpenSans Head",
|
|
4056
4056
|
helvetica,
|
|
4057
4057
|
arial,
|
|
4058
4058
|
sans-serif;
|
|
@@ -4062,7 +4062,7 @@
|
|
|
4062
4062
|
@property --db-typography-expressive-mobile-headline-3xs {
|
|
4063
4063
|
syntax: "*";
|
|
4064
4064
|
initial-value:
|
|
4065
|
-
1rem/1.25 "OpenSans Head",
|
|
4065
|
+
bolder 1rem/1.25 "OpenSans Head",
|
|
4066
4066
|
helvetica,
|
|
4067
4067
|
arial,
|
|
4068
4068
|
sans-serif;
|
|
@@ -4072,7 +4072,7 @@
|
|
|
4072
4072
|
@property --db-typography-functional-desktop-body-lg {
|
|
4073
4073
|
syntax: "*";
|
|
4074
4074
|
initial-value:
|
|
4075
|
-
1rem/1.5 "OpenSans",
|
|
4075
|
+
normal 1rem/1.5 "OpenSans",
|
|
4076
4076
|
helvetica,
|
|
4077
4077
|
arial,
|
|
4078
4078
|
sans-serif;
|
|
@@ -4082,7 +4082,7 @@
|
|
|
4082
4082
|
@property --db-typography-functional-desktop-body-md {
|
|
4083
4083
|
syntax: "*";
|
|
4084
4084
|
initial-value:
|
|
4085
|
-
0.875rem/1.4285714285714286 "OpenSans",
|
|
4085
|
+
normal 0.875rem/1.4285714285714286 "OpenSans",
|
|
4086
4086
|
helvetica,
|
|
4087
4087
|
arial,
|
|
4088
4088
|
sans-serif;
|
|
@@ -4092,7 +4092,7 @@
|
|
|
4092
4092
|
@property --db-typography-functional-desktop-body-sm {
|
|
4093
4093
|
syntax: "*";
|
|
4094
4094
|
initial-value:
|
|
4095
|
-
0.75rem/1.3333333333333333 "OpenSans",
|
|
4095
|
+
normal 0.75rem/1.3333333333333333 "OpenSans",
|
|
4096
4096
|
helvetica,
|
|
4097
4097
|
arial,
|
|
4098
4098
|
sans-serif;
|
|
@@ -4102,7 +4102,7 @@
|
|
|
4102
4102
|
@property --db-typography-functional-desktop-body-xl {
|
|
4103
4103
|
syntax: "*";
|
|
4104
4104
|
initial-value:
|
|
4105
|
-
1.25rem/1.4 "OpenSans",
|
|
4105
|
+
normal 1.25rem/1.4 "OpenSans",
|
|
4106
4106
|
helvetica,
|
|
4107
4107
|
arial,
|
|
4108
4108
|
sans-serif;
|
|
@@ -4112,7 +4112,7 @@
|
|
|
4112
4112
|
@property --db-typography-functional-desktop-body-xs {
|
|
4113
4113
|
syntax: "*";
|
|
4114
4114
|
initial-value:
|
|
4115
|
-
0.625rem/1.4 "OpenSans",
|
|
4115
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
4116
4116
|
helvetica,
|
|
4117
4117
|
arial,
|
|
4118
4118
|
sans-serif;
|
|
@@ -4122,7 +4122,7 @@
|
|
|
4122
4122
|
@property --db-typography-functional-desktop-body-2xl {
|
|
4123
4123
|
syntax: "*";
|
|
4124
4124
|
initial-value:
|
|
4125
|
-
1.5rem/1.3333333333333333 "OpenSans",
|
|
4125
|
+
normal 1.5rem/1.3333333333333333 "OpenSans",
|
|
4126
4126
|
helvetica,
|
|
4127
4127
|
arial,
|
|
4128
4128
|
sans-serif;
|
|
@@ -4132,7 +4132,7 @@
|
|
|
4132
4132
|
@property --db-typography-functional-desktop-body-3xl {
|
|
4133
4133
|
syntax: "*";
|
|
4134
4134
|
initial-value:
|
|
4135
|
-
1.75rem/1.4285714285714286 "OpenSans",
|
|
4135
|
+
normal 1.75rem/1.4285714285714286 "OpenSans",
|
|
4136
4136
|
helvetica,
|
|
4137
4137
|
arial,
|
|
4138
4138
|
sans-serif;
|
|
@@ -4142,7 +4142,7 @@
|
|
|
4142
4142
|
@property --db-typography-functional-desktop-body-2xs {
|
|
4143
4143
|
syntax: "*";
|
|
4144
4144
|
initial-value:
|
|
4145
|
-
0.625rem/1.4 "OpenSans",
|
|
4145
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
4146
4146
|
helvetica,
|
|
4147
4147
|
arial,
|
|
4148
4148
|
sans-serif;
|
|
@@ -4152,7 +4152,7 @@
|
|
|
4152
4152
|
@property --db-typography-functional-desktop-body-3xs {
|
|
4153
4153
|
syntax: "*";
|
|
4154
4154
|
initial-value:
|
|
4155
|
-
0.625rem/1.4 "OpenSans",
|
|
4155
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
4156
4156
|
helvetica,
|
|
4157
4157
|
arial,
|
|
4158
4158
|
sans-serif;
|
|
@@ -4162,7 +4162,7 @@
|
|
|
4162
4162
|
@property --db-typography-functional-desktop-headline-lg {
|
|
4163
4163
|
syntax: "*";
|
|
4164
4164
|
initial-value:
|
|
4165
|
-
1.75rem/1.1428571428571428 "OpenSans Head",
|
|
4165
|
+
bolder 1.75rem/1.1428571428571428 "OpenSans Head",
|
|
4166
4166
|
helvetica,
|
|
4167
4167
|
arial,
|
|
4168
4168
|
sans-serif;
|
|
@@ -4172,7 +4172,7 @@
|
|
|
4172
4172
|
@property --db-typography-functional-desktop-headline-md {
|
|
4173
4173
|
syntax: "*";
|
|
4174
4174
|
initial-value:
|
|
4175
|
-
1.5rem/1.1666666666666667 "OpenSans Head",
|
|
4175
|
+
bolder 1.5rem/1.1666666666666667 "OpenSans Head",
|
|
4176
4176
|
helvetica,
|
|
4177
4177
|
arial,
|
|
4178
4178
|
sans-serif;
|
|
@@ -4182,7 +4182,7 @@
|
|
|
4182
4182
|
@property --db-typography-functional-desktop-headline-sm {
|
|
4183
4183
|
syntax: "*";
|
|
4184
4184
|
initial-value:
|
|
4185
|
-
1.25rem/1.2 "OpenSans Head",
|
|
4185
|
+
bolder 1.25rem/1.2 "OpenSans Head",
|
|
4186
4186
|
helvetica,
|
|
4187
4187
|
arial,
|
|
4188
4188
|
sans-serif;
|
|
@@ -4192,7 +4192,7 @@
|
|
|
4192
4192
|
@property --db-typography-functional-desktop-headline-xl {
|
|
4193
4193
|
syntax: "*";
|
|
4194
4194
|
initial-value:
|
|
4195
|
-
2rem/1.25 "OpenSans Head",
|
|
4195
|
+
bolder 2rem/1.25 "OpenSans Head",
|
|
4196
4196
|
helvetica,
|
|
4197
4197
|
arial,
|
|
4198
4198
|
sans-serif;
|
|
@@ -4202,7 +4202,7 @@
|
|
|
4202
4202
|
@property --db-typography-functional-desktop-headline-xs {
|
|
4203
4203
|
syntax: "*";
|
|
4204
4204
|
initial-value:
|
|
4205
|
-
1rem/1.25 "OpenSans Head",
|
|
4205
|
+
bolder 1rem/1.25 "OpenSans Head",
|
|
4206
4206
|
helvetica,
|
|
4207
4207
|
arial,
|
|
4208
4208
|
sans-serif;
|
|
@@ -4212,7 +4212,7 @@
|
|
|
4212
4212
|
@property --db-typography-functional-desktop-headline-2xl {
|
|
4213
4213
|
syntax: "*";
|
|
4214
4214
|
initial-value:
|
|
4215
|
-
2.5rem/1.2 "OpenSans Head",
|
|
4215
|
+
bolder 2.5rem/1.2 "OpenSans Head",
|
|
4216
4216
|
helvetica,
|
|
4217
4217
|
arial,
|
|
4218
4218
|
sans-serif;
|
|
@@ -4222,7 +4222,7 @@
|
|
|
4222
4222
|
@property --db-typography-functional-desktop-headline-2xs {
|
|
4223
4223
|
syntax: "*";
|
|
4224
4224
|
initial-value:
|
|
4225
|
-
0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4225
|
+
bolder 0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4226
4226
|
helvetica,
|
|
4227
4227
|
arial,
|
|
4228
4228
|
sans-serif;
|
|
@@ -4232,7 +4232,7 @@
|
|
|
4232
4232
|
@property --db-typography-functional-desktop-headline-3xl {
|
|
4233
4233
|
syntax: "*";
|
|
4234
4234
|
initial-value:
|
|
4235
|
-
2.5rem/1.2 "OpenSans Head",
|
|
4235
|
+
bolder 2.5rem/1.2 "OpenSans Head",
|
|
4236
4236
|
helvetica,
|
|
4237
4237
|
arial,
|
|
4238
4238
|
sans-serif;
|
|
@@ -4242,7 +4242,7 @@
|
|
|
4242
4242
|
@property --db-typography-functional-desktop-headline-3xs {
|
|
4243
4243
|
syntax: "*";
|
|
4244
4244
|
initial-value:
|
|
4245
|
-
0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4245
|
+
bolder 0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4246
4246
|
helvetica,
|
|
4247
4247
|
arial,
|
|
4248
4248
|
sans-serif;
|
|
@@ -4252,7 +4252,7 @@
|
|
|
4252
4252
|
@property --db-typography-functional-tablet-body-lg {
|
|
4253
4253
|
syntax: "*";
|
|
4254
4254
|
initial-value:
|
|
4255
|
-
1rem/1.5 "OpenSans",
|
|
4255
|
+
normal 1rem/1.5 "OpenSans",
|
|
4256
4256
|
helvetica,
|
|
4257
4257
|
arial,
|
|
4258
4258
|
sans-serif;
|
|
@@ -4262,7 +4262,7 @@
|
|
|
4262
4262
|
@property --db-typography-functional-tablet-body-md {
|
|
4263
4263
|
syntax: "*";
|
|
4264
4264
|
initial-value:
|
|
4265
|
-
0.875rem/1.4285714285714286 "OpenSans",
|
|
4265
|
+
normal 0.875rem/1.4285714285714286 "OpenSans",
|
|
4266
4266
|
helvetica,
|
|
4267
4267
|
arial,
|
|
4268
4268
|
sans-serif;
|
|
@@ -4272,7 +4272,7 @@
|
|
|
4272
4272
|
@property --db-typography-functional-tablet-body-sm {
|
|
4273
4273
|
syntax: "*";
|
|
4274
4274
|
initial-value:
|
|
4275
|
-
0.75rem/1.3333333333333333 "OpenSans",
|
|
4275
|
+
normal 0.75rem/1.3333333333333333 "OpenSans",
|
|
4276
4276
|
helvetica,
|
|
4277
4277
|
arial,
|
|
4278
4278
|
sans-serif;
|
|
@@ -4282,7 +4282,7 @@
|
|
|
4282
4282
|
@property --db-typography-functional-tablet-body-xl {
|
|
4283
4283
|
syntax: "*";
|
|
4284
4284
|
initial-value:
|
|
4285
|
-
1.25rem/1.4 "OpenSans",
|
|
4285
|
+
normal 1.25rem/1.4 "OpenSans",
|
|
4286
4286
|
helvetica,
|
|
4287
4287
|
arial,
|
|
4288
4288
|
sans-serif;
|
|
@@ -4292,7 +4292,7 @@
|
|
|
4292
4292
|
@property --db-typography-functional-tablet-body-xs {
|
|
4293
4293
|
syntax: "*";
|
|
4294
4294
|
initial-value:
|
|
4295
|
-
0.625rem/1.4 "OpenSans",
|
|
4295
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
4296
4296
|
helvetica,
|
|
4297
4297
|
arial,
|
|
4298
4298
|
sans-serif;
|
|
@@ -4302,7 +4302,7 @@
|
|
|
4302
4302
|
@property --db-typography-functional-tablet-body-2xl {
|
|
4303
4303
|
syntax: "*";
|
|
4304
4304
|
initial-value:
|
|
4305
|
-
1.5rem/1.3333333333333333 "OpenSans",
|
|
4305
|
+
normal 1.5rem/1.3333333333333333 "OpenSans",
|
|
4306
4306
|
helvetica,
|
|
4307
4307
|
arial,
|
|
4308
4308
|
sans-serif;
|
|
@@ -4312,7 +4312,7 @@
|
|
|
4312
4312
|
@property --db-typography-functional-tablet-body-3xl {
|
|
4313
4313
|
syntax: "*";
|
|
4314
4314
|
initial-value:
|
|
4315
|
-
1.75rem/1.4285714285714286 "OpenSans",
|
|
4315
|
+
normal 1.75rem/1.4285714285714286 "OpenSans",
|
|
4316
4316
|
helvetica,
|
|
4317
4317
|
arial,
|
|
4318
4318
|
sans-serif;
|
|
@@ -4322,7 +4322,7 @@
|
|
|
4322
4322
|
@property --db-typography-functional-tablet-body-2xs {
|
|
4323
4323
|
syntax: "*";
|
|
4324
4324
|
initial-value:
|
|
4325
|
-
0.625rem/1.4 "OpenSans",
|
|
4325
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
4326
4326
|
helvetica,
|
|
4327
4327
|
arial,
|
|
4328
4328
|
sans-serif;
|
|
@@ -4332,7 +4332,7 @@
|
|
|
4332
4332
|
@property --db-typography-functional-tablet-body-3xs {
|
|
4333
4333
|
syntax: "*";
|
|
4334
4334
|
initial-value:
|
|
4335
|
-
0.625rem/1.4 "OpenSans",
|
|
4335
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
4336
4336
|
helvetica,
|
|
4337
4337
|
arial,
|
|
4338
4338
|
sans-serif;
|
|
@@ -4342,7 +4342,7 @@
|
|
|
4342
4342
|
@property --db-typography-functional-tablet-headline-lg {
|
|
4343
4343
|
syntax: "*";
|
|
4344
4344
|
initial-value:
|
|
4345
|
-
1.75rem/1.1428571428571428 "OpenSans Head",
|
|
4345
|
+
bolder 1.75rem/1.1428571428571428 "OpenSans Head",
|
|
4346
4346
|
helvetica,
|
|
4347
4347
|
arial,
|
|
4348
4348
|
sans-serif;
|
|
@@ -4352,7 +4352,7 @@
|
|
|
4352
4352
|
@property --db-typography-functional-tablet-headline-md {
|
|
4353
4353
|
syntax: "*";
|
|
4354
4354
|
initial-value:
|
|
4355
|
-
1.5rem/1.1666666666666667 "OpenSans Head",
|
|
4355
|
+
bolder 1.5rem/1.1666666666666667 "OpenSans Head",
|
|
4356
4356
|
helvetica,
|
|
4357
4357
|
arial,
|
|
4358
4358
|
sans-serif;
|
|
@@ -4362,7 +4362,7 @@
|
|
|
4362
4362
|
@property --db-typography-functional-tablet-headline-sm {
|
|
4363
4363
|
syntax: "*";
|
|
4364
4364
|
initial-value:
|
|
4365
|
-
1.25rem/1.2 "OpenSans Head",
|
|
4365
|
+
bolder 1.25rem/1.2 "OpenSans Head",
|
|
4366
4366
|
helvetica,
|
|
4367
4367
|
arial,
|
|
4368
4368
|
sans-serif;
|
|
@@ -4372,7 +4372,7 @@
|
|
|
4372
4372
|
@property --db-typography-functional-tablet-headline-xl {
|
|
4373
4373
|
syntax: "*";
|
|
4374
4374
|
initial-value:
|
|
4375
|
-
2rem/1.25 "OpenSans Head",
|
|
4375
|
+
bolder 2rem/1.25 "OpenSans Head",
|
|
4376
4376
|
helvetica,
|
|
4377
4377
|
arial,
|
|
4378
4378
|
sans-serif;
|
|
@@ -4382,7 +4382,7 @@
|
|
|
4382
4382
|
@property --db-typography-functional-tablet-headline-xs {
|
|
4383
4383
|
syntax: "*";
|
|
4384
4384
|
initial-value:
|
|
4385
|
-
1rem/1.25 "OpenSans Head",
|
|
4385
|
+
bolder 1rem/1.25 "OpenSans Head",
|
|
4386
4386
|
helvetica,
|
|
4387
4387
|
arial,
|
|
4388
4388
|
sans-serif;
|
|
@@ -4392,7 +4392,7 @@
|
|
|
4392
4392
|
@property --db-typography-functional-tablet-headline-2xl {
|
|
4393
4393
|
syntax: "*";
|
|
4394
4394
|
initial-value:
|
|
4395
|
-
2.5rem/1.2 "OpenSans Head",
|
|
4395
|
+
bolder 2.5rem/1.2 "OpenSans Head",
|
|
4396
4396
|
helvetica,
|
|
4397
4397
|
arial,
|
|
4398
4398
|
sans-serif;
|
|
@@ -4402,7 +4402,7 @@
|
|
|
4402
4402
|
@property --db-typography-functional-tablet-headline-2xs {
|
|
4403
4403
|
syntax: "*";
|
|
4404
4404
|
initial-value:
|
|
4405
|
-
0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4405
|
+
bolder 0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4406
4406
|
helvetica,
|
|
4407
4407
|
arial,
|
|
4408
4408
|
sans-serif;
|
|
@@ -4412,7 +4412,7 @@
|
|
|
4412
4412
|
@property --db-typography-functional-tablet-headline-3xl {
|
|
4413
4413
|
syntax: "*";
|
|
4414
4414
|
initial-value:
|
|
4415
|
-
2.5rem/1.2 "OpenSans Head",
|
|
4415
|
+
bolder 2.5rem/1.2 "OpenSans Head",
|
|
4416
4416
|
helvetica,
|
|
4417
4417
|
arial,
|
|
4418
4418
|
sans-serif;
|
|
@@ -4422,7 +4422,7 @@
|
|
|
4422
4422
|
@property --db-typography-functional-tablet-headline-3xs {
|
|
4423
4423
|
syntax: "*";
|
|
4424
4424
|
initial-value:
|
|
4425
|
-
0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4425
|
+
bolder 0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4426
4426
|
helvetica,
|
|
4427
4427
|
arial,
|
|
4428
4428
|
sans-serif;
|
|
@@ -4432,7 +4432,7 @@
|
|
|
4432
4432
|
@property --db-typography-functional-mobile-body-lg {
|
|
4433
4433
|
syntax: "*";
|
|
4434
4434
|
initial-value:
|
|
4435
|
-
1rem/1.5 "OpenSans",
|
|
4435
|
+
normal 1rem/1.5 "OpenSans",
|
|
4436
4436
|
helvetica,
|
|
4437
4437
|
arial,
|
|
4438
4438
|
sans-serif;
|
|
@@ -4442,7 +4442,7 @@
|
|
|
4442
4442
|
@property --db-typography-functional-mobile-body-md {
|
|
4443
4443
|
syntax: "*";
|
|
4444
4444
|
initial-value:
|
|
4445
|
-
0.875rem/1.4285714285714286 "OpenSans",
|
|
4445
|
+
normal 0.875rem/1.4285714285714286 "OpenSans",
|
|
4446
4446
|
helvetica,
|
|
4447
4447
|
arial,
|
|
4448
4448
|
sans-serif;
|
|
@@ -4452,7 +4452,7 @@
|
|
|
4452
4452
|
@property --db-typography-functional-mobile-body-sm {
|
|
4453
4453
|
syntax: "*";
|
|
4454
4454
|
initial-value:
|
|
4455
|
-
0.75rem/1.3333333333333333 "OpenSans",
|
|
4455
|
+
normal 0.75rem/1.3333333333333333 "OpenSans",
|
|
4456
4456
|
helvetica,
|
|
4457
4457
|
arial,
|
|
4458
4458
|
sans-serif;
|
|
@@ -4462,7 +4462,7 @@
|
|
|
4462
4462
|
@property --db-typography-functional-mobile-body-xl {
|
|
4463
4463
|
syntax: "*";
|
|
4464
4464
|
initial-value:
|
|
4465
|
-
1rem/1.5 "OpenSans",
|
|
4465
|
+
normal 1rem/1.5 "OpenSans",
|
|
4466
4466
|
helvetica,
|
|
4467
4467
|
arial,
|
|
4468
4468
|
sans-serif;
|
|
@@ -4472,7 +4472,7 @@
|
|
|
4472
4472
|
@property --db-typography-functional-mobile-body-xs {
|
|
4473
4473
|
syntax: "*";
|
|
4474
4474
|
initial-value:
|
|
4475
|
-
0.625rem/1.4 "OpenSans",
|
|
4475
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
4476
4476
|
helvetica,
|
|
4477
4477
|
arial,
|
|
4478
4478
|
sans-serif;
|
|
@@ -4482,7 +4482,7 @@
|
|
|
4482
4482
|
@property --db-typography-functional-mobile-body-2xl {
|
|
4483
4483
|
syntax: "*";
|
|
4484
4484
|
initial-value:
|
|
4485
|
-
1rem/1.5 "OpenSans",
|
|
4485
|
+
normal 1rem/1.5 "OpenSans",
|
|
4486
4486
|
helvetica,
|
|
4487
4487
|
arial,
|
|
4488
4488
|
sans-serif;
|
|
@@ -4492,7 +4492,7 @@
|
|
|
4492
4492
|
@property --db-typography-functional-mobile-body-3xl {
|
|
4493
4493
|
syntax: "*";
|
|
4494
4494
|
initial-value:
|
|
4495
|
-
1rem/1.5 "OpenSans",
|
|
4495
|
+
normal 1rem/1.5 "OpenSans",
|
|
4496
4496
|
helvetica,
|
|
4497
4497
|
arial,
|
|
4498
4498
|
sans-serif;
|
|
@@ -4502,7 +4502,7 @@
|
|
|
4502
4502
|
@property --db-typography-functional-mobile-body-2xs {
|
|
4503
4503
|
syntax: "*";
|
|
4504
4504
|
initial-value:
|
|
4505
|
-
0.625rem/1.4 "OpenSans",
|
|
4505
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
4506
4506
|
helvetica,
|
|
4507
4507
|
arial,
|
|
4508
4508
|
sans-serif;
|
|
@@ -4512,7 +4512,7 @@
|
|
|
4512
4512
|
@property --db-typography-functional-mobile-body-3xs {
|
|
4513
4513
|
syntax: "*";
|
|
4514
4514
|
initial-value:
|
|
4515
|
-
0.625rem/1.4 "OpenSans",
|
|
4515
|
+
normal 0.625rem/1.4 "OpenSans",
|
|
4516
4516
|
helvetica,
|
|
4517
4517
|
arial,
|
|
4518
4518
|
sans-serif;
|
|
@@ -4522,7 +4522,7 @@
|
|
|
4522
4522
|
@property --db-typography-functional-mobile-headline-lg {
|
|
4523
4523
|
syntax: "*";
|
|
4524
4524
|
initial-value:
|
|
4525
|
-
1.5rem/1.1666666666666667 "OpenSans Head",
|
|
4525
|
+
bolder 1.5rem/1.1666666666666667 "OpenSans Head",
|
|
4526
4526
|
helvetica,
|
|
4527
4527
|
arial,
|
|
4528
4528
|
sans-serif;
|
|
@@ -4532,7 +4532,7 @@
|
|
|
4532
4532
|
@property --db-typography-functional-mobile-headline-md {
|
|
4533
4533
|
syntax: "*";
|
|
4534
4534
|
initial-value:
|
|
4535
|
-
1.25rem/1.2 "OpenSans Head",
|
|
4535
|
+
bolder 1.25rem/1.2 "OpenSans Head",
|
|
4536
4536
|
helvetica,
|
|
4537
4537
|
arial,
|
|
4538
4538
|
sans-serif;
|
|
@@ -4542,7 +4542,7 @@
|
|
|
4542
4542
|
@property --db-typography-functional-mobile-headline-sm {
|
|
4543
4543
|
syntax: "*";
|
|
4544
4544
|
initial-value:
|
|
4545
|
-
1rem/1.25 "OpenSans Head",
|
|
4545
|
+
bolder 1rem/1.25 "OpenSans Head",
|
|
4546
4546
|
helvetica,
|
|
4547
4547
|
arial,
|
|
4548
4548
|
sans-serif;
|
|
@@ -4552,7 +4552,7 @@
|
|
|
4552
4552
|
@property --db-typography-functional-mobile-headline-xl {
|
|
4553
4553
|
syntax: "*";
|
|
4554
4554
|
initial-value:
|
|
4555
|
-
1.75rem/1.1428571428571428 "OpenSans Head",
|
|
4555
|
+
bolder 1.75rem/1.1428571428571428 "OpenSans Head",
|
|
4556
4556
|
helvetica,
|
|
4557
4557
|
arial,
|
|
4558
4558
|
sans-serif;
|
|
@@ -4562,7 +4562,7 @@
|
|
|
4562
4562
|
@property --db-typography-functional-mobile-headline-xs {
|
|
4563
4563
|
syntax: "*";
|
|
4564
4564
|
initial-value:
|
|
4565
|
-
0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4565
|
+
bolder 0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4566
4566
|
helvetica,
|
|
4567
4567
|
arial,
|
|
4568
4568
|
sans-serif;
|
|
@@ -4572,7 +4572,7 @@
|
|
|
4572
4572
|
@property --db-typography-functional-mobile-headline-2xl {
|
|
4573
4573
|
syntax: "*";
|
|
4574
4574
|
initial-value:
|
|
4575
|
-
1.75rem/1.1428571428571428 "OpenSans Head",
|
|
4575
|
+
bolder 1.75rem/1.1428571428571428 "OpenSans Head",
|
|
4576
4576
|
helvetica,
|
|
4577
4577
|
arial,
|
|
4578
4578
|
sans-serif;
|
|
@@ -4582,7 +4582,7 @@
|
|
|
4582
4582
|
@property --db-typography-functional-mobile-headline-2xs {
|
|
4583
4583
|
syntax: "*";
|
|
4584
4584
|
initial-value:
|
|
4585
|
-
0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4585
|
+
bolder 0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4586
4586
|
helvetica,
|
|
4587
4587
|
arial,
|
|
4588
4588
|
sans-serif;
|
|
@@ -4592,7 +4592,7 @@
|
|
|
4592
4592
|
@property --db-typography-functional-mobile-headline-3xl {
|
|
4593
4593
|
syntax: "*";
|
|
4594
4594
|
initial-value:
|
|
4595
|
-
1.75rem/1.1428571428571428 "OpenSans Head",
|
|
4595
|
+
bolder 1.75rem/1.1428571428571428 "OpenSans Head",
|
|
4596
4596
|
helvetica,
|
|
4597
4597
|
arial,
|
|
4598
4598
|
sans-serif;
|
|
@@ -4602,7 +4602,7 @@
|
|
|
4602
4602
|
@property --db-typography-functional-mobile-headline-3xs {
|
|
4603
4603
|
syntax: "*";
|
|
4604
4604
|
initial-value:
|
|
4605
|
-
0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4605
|
+
bolder 0.875rem/1.1428571428571428 "OpenSans Head",
|
|
4606
4606
|
helvetica,
|
|
4607
4607
|
arial,
|
|
4608
4608
|
sans-serif;
|