@db-ux/core-foundations 2.0.0 → 2.0.1
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 +1 -1
|
@@ -3024,812 +3024,812 @@ select,
|
|
|
3024
3024
|
}
|
|
3025
3025
|
@property --db-typography-regular-desktop-headline-3xl {
|
|
3026
3026
|
syntax: "*";
|
|
3027
|
-
initial-value: 5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3027
|
+
initial-value: bolder 5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3028
3028
|
inherits: true;
|
|
3029
3029
|
}
|
|
3030
3030
|
@property --db-typography-regular-desktop-headline-2xl {
|
|
3031
3031
|
syntax: "*";
|
|
3032
|
-
initial-value: 4rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3032
|
+
initial-value: bolder 4rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3033
3033
|
inherits: true;
|
|
3034
3034
|
}
|
|
3035
3035
|
@property --db-typography-regular-desktop-headline-xl {
|
|
3036
3036
|
syntax: "*";
|
|
3037
|
-
initial-value: 3rem/1.3333333333 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3037
|
+
initial-value: bolder 3rem/1.3333333333 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3038
3038
|
inherits: true;
|
|
3039
3039
|
}
|
|
3040
3040
|
@property --db-typography-regular-desktop-headline-lg {
|
|
3041
3041
|
syntax: "*";
|
|
3042
|
-
initial-value: 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3042
|
+
initial-value: bolder 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3043
3043
|
inherits: true;
|
|
3044
3044
|
}
|
|
3045
3045
|
@property --db-typography-regular-desktop-headline-md {
|
|
3046
3046
|
syntax: "*";
|
|
3047
|
-
initial-value: 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3047
|
+
initial-value: bolder 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3048
3048
|
inherits: true;
|
|
3049
3049
|
}
|
|
3050
3050
|
@property --db-typography-regular-desktop-headline-sm {
|
|
3051
3051
|
syntax: "*";
|
|
3052
|
-
initial-value: 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3052
|
+
initial-value: bolder 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3053
3053
|
inherits: true;
|
|
3054
3054
|
}
|
|
3055
3055
|
@property --db-typography-regular-desktop-headline-2xs {
|
|
3056
3056
|
syntax: "*";
|
|
3057
|
-
initial-value: 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3057
|
+
initial-value: bolder 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3058
3058
|
inherits: true;
|
|
3059
3059
|
}
|
|
3060
3060
|
@property --db-typography-regular-desktop-headline-3xs {
|
|
3061
3061
|
syntax: "*";
|
|
3062
|
-
initial-value: 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3062
|
+
initial-value: bolder 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3063
3063
|
inherits: true;
|
|
3064
3064
|
}
|
|
3065
3065
|
@property --db-typography-regular-desktop-headline-xs {
|
|
3066
3066
|
syntax: "*";
|
|
3067
|
-
initial-value: 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3067
|
+
initial-value: bolder 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3068
3068
|
inherits: true;
|
|
3069
3069
|
}
|
|
3070
3070
|
@property --db-typography-regular-desktop-body-lg {
|
|
3071
3071
|
syntax: "*";
|
|
3072
|
-
initial-value: 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3072
|
+
initial-value: normal 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3073
3073
|
inherits: true;
|
|
3074
3074
|
}
|
|
3075
3075
|
@property --db-typography-regular-desktop-body-xl {
|
|
3076
3076
|
syntax: "*";
|
|
3077
|
-
initial-value: 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3077
|
+
initial-value: normal 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3078
3078
|
inherits: true;
|
|
3079
3079
|
}
|
|
3080
3080
|
@property --db-typography-regular-desktop-body-2xl {
|
|
3081
3081
|
syntax: "*";
|
|
3082
|
-
initial-value: 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3082
|
+
initial-value: normal 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3083
3083
|
inherits: true;
|
|
3084
3084
|
}
|
|
3085
3085
|
@property --db-typography-regular-desktop-body-3xl {
|
|
3086
3086
|
syntax: "*";
|
|
3087
|
-
initial-value: 2rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3087
|
+
initial-value: normal 2rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3088
3088
|
inherits: true;
|
|
3089
3089
|
}
|
|
3090
3090
|
@property --db-typography-regular-desktop-body-md {
|
|
3091
3091
|
syntax: "*";
|
|
3092
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3092
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3093
3093
|
inherits: true;
|
|
3094
3094
|
}
|
|
3095
3095
|
@property --db-typography-regular-desktop-body-sm {
|
|
3096
3096
|
syntax: "*";
|
|
3097
|
-
initial-value: 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3097
|
+
initial-value: normal 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3098
3098
|
inherits: true;
|
|
3099
3099
|
}
|
|
3100
3100
|
@property --db-typography-regular-desktop-body-2xs {
|
|
3101
3101
|
syntax: "*";
|
|
3102
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3102
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3103
3103
|
inherits: true;
|
|
3104
3104
|
}
|
|
3105
3105
|
@property --db-typography-regular-desktop-body-3xs {
|
|
3106
3106
|
syntax: "*";
|
|
3107
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3107
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3108
3108
|
inherits: true;
|
|
3109
3109
|
}
|
|
3110
3110
|
@property --db-typography-regular-desktop-body-xs {
|
|
3111
3111
|
syntax: "*";
|
|
3112
|
-
initial-value: 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3112
|
+
initial-value: normal 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3113
3113
|
inherits: true;
|
|
3114
3114
|
}
|
|
3115
3115
|
@property --db-typography-regular-mobile-body-lg {
|
|
3116
3116
|
syntax: "*";
|
|
3117
|
-
initial-value: 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3117
|
+
initial-value: normal 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3118
3118
|
inherits: true;
|
|
3119
3119
|
}
|
|
3120
3120
|
@property --db-typography-regular-mobile-body-md {
|
|
3121
3121
|
syntax: "*";
|
|
3122
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3122
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3123
3123
|
inherits: true;
|
|
3124
3124
|
}
|
|
3125
3125
|
@property --db-typography-regular-mobile-body-sm {
|
|
3126
3126
|
syntax: "*";
|
|
3127
|
-
initial-value: 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3127
|
+
initial-value: normal 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3128
3128
|
inherits: true;
|
|
3129
3129
|
}
|
|
3130
3130
|
@property --db-typography-regular-mobile-body-xl {
|
|
3131
3131
|
syntax: "*";
|
|
3132
|
-
initial-value: 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3132
|
+
initial-value: normal 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3133
3133
|
inherits: true;
|
|
3134
3134
|
}
|
|
3135
3135
|
@property --db-typography-regular-mobile-body-xs {
|
|
3136
3136
|
syntax: "*";
|
|
3137
|
-
initial-value: 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3137
|
+
initial-value: normal 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3138
3138
|
inherits: true;
|
|
3139
3139
|
}
|
|
3140
3140
|
@property --db-typography-regular-mobile-body-2xl {
|
|
3141
3141
|
syntax: "*";
|
|
3142
|
-
initial-value: 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3142
|
+
initial-value: normal 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3143
3143
|
inherits: true;
|
|
3144
3144
|
}
|
|
3145
3145
|
@property --db-typography-regular-mobile-body-3xl {
|
|
3146
3146
|
syntax: "*";
|
|
3147
|
-
initial-value: 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3147
|
+
initial-value: normal 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3148
3148
|
inherits: true;
|
|
3149
3149
|
}
|
|
3150
3150
|
@property --db-typography-regular-mobile-body-2xs {
|
|
3151
3151
|
syntax: "*";
|
|
3152
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3152
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3153
3153
|
inherits: true;
|
|
3154
3154
|
}
|
|
3155
3155
|
@property --db-typography-regular-mobile-body-3xs {
|
|
3156
3156
|
syntax: "*";
|
|
3157
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3157
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3158
3158
|
inherits: true;
|
|
3159
3159
|
}
|
|
3160
3160
|
@property --db-typography-regular-mobile-headline-lg {
|
|
3161
3161
|
syntax: "*";
|
|
3162
|
-
initial-value: 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3162
|
+
initial-value: bolder 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3163
3163
|
inherits: true;
|
|
3164
3164
|
}
|
|
3165
3165
|
@property --db-typography-regular-mobile-headline-md {
|
|
3166
3166
|
syntax: "*";
|
|
3167
|
-
initial-value: 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3167
|
+
initial-value: bolder 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3168
3168
|
inherits: true;
|
|
3169
3169
|
}
|
|
3170
3170
|
@property --db-typography-regular-mobile-headline-sm {
|
|
3171
3171
|
syntax: "*";
|
|
3172
|
-
initial-value: 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3172
|
+
initial-value: bolder 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3173
3173
|
inherits: true;
|
|
3174
3174
|
}
|
|
3175
3175
|
@property --db-typography-regular-mobile-headline-xl {
|
|
3176
3176
|
syntax: "*";
|
|
3177
|
-
initial-value: 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3177
|
+
initial-value: bolder 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3178
3178
|
inherits: true;
|
|
3179
3179
|
}
|
|
3180
3180
|
@property --db-typography-regular-mobile-headline-xs {
|
|
3181
3181
|
syntax: "*";
|
|
3182
|
-
initial-value: 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3182
|
+
initial-value: bolder 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3183
3183
|
inherits: true;
|
|
3184
3184
|
}
|
|
3185
3185
|
@property --db-typography-regular-mobile-headline-2xl {
|
|
3186
3186
|
syntax: "*";
|
|
3187
|
-
initial-value: 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3187
|
+
initial-value: bolder 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3188
3188
|
inherits: true;
|
|
3189
3189
|
}
|
|
3190
3190
|
@property --db-typography-regular-mobile-headline-2xs {
|
|
3191
3191
|
syntax: "*";
|
|
3192
|
-
initial-value: 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3192
|
+
initial-value: bolder 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3193
3193
|
inherits: true;
|
|
3194
3194
|
}
|
|
3195
3195
|
@property --db-typography-regular-mobile-headline-3xl {
|
|
3196
3196
|
syntax: "*";
|
|
3197
|
-
initial-value: 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3197
|
+
initial-value: bolder 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3198
3198
|
inherits: true;
|
|
3199
3199
|
}
|
|
3200
3200
|
@property --db-typography-regular-mobile-headline-3xs {
|
|
3201
3201
|
syntax: "*";
|
|
3202
|
-
initial-value: 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3202
|
+
initial-value: bolder 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3203
3203
|
inherits: true;
|
|
3204
3204
|
}
|
|
3205
3205
|
@property --db-typography-regular-tablet-body-lg {
|
|
3206
3206
|
syntax: "*";
|
|
3207
|
-
initial-value: 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3207
|
+
initial-value: normal 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3208
3208
|
inherits: true;
|
|
3209
3209
|
}
|
|
3210
3210
|
@property --db-typography-regular-tablet-body-md {
|
|
3211
3211
|
syntax: "*";
|
|
3212
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3212
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3213
3213
|
inherits: true;
|
|
3214
3214
|
}
|
|
3215
3215
|
@property --db-typography-regular-tablet-body-sm {
|
|
3216
3216
|
syntax: "*";
|
|
3217
|
-
initial-value: 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3217
|
+
initial-value: normal 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3218
3218
|
inherits: true;
|
|
3219
3219
|
}
|
|
3220
3220
|
@property --db-typography-regular-tablet-body-xl {
|
|
3221
3221
|
syntax: "*";
|
|
3222
|
-
initial-value: 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3222
|
+
initial-value: normal 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3223
3223
|
inherits: true;
|
|
3224
3224
|
}
|
|
3225
3225
|
@property --db-typography-regular-tablet-body-xs {
|
|
3226
3226
|
syntax: "*";
|
|
3227
|
-
initial-value: 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3227
|
+
initial-value: normal 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3228
3228
|
inherits: true;
|
|
3229
3229
|
}
|
|
3230
3230
|
@property --db-typography-regular-tablet-body-2xl {
|
|
3231
3231
|
syntax: "*";
|
|
3232
|
-
initial-value: 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3232
|
+
initial-value: normal 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3233
3233
|
inherits: true;
|
|
3234
3234
|
}
|
|
3235
3235
|
@property --db-typography-regular-tablet-body-3xl {
|
|
3236
3236
|
syntax: "*";
|
|
3237
|
-
initial-value: 2rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3237
|
+
initial-value: normal 2rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3238
3238
|
inherits: true;
|
|
3239
3239
|
}
|
|
3240
3240
|
@property --db-typography-regular-tablet-body-2xs {
|
|
3241
3241
|
syntax: "*";
|
|
3242
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3242
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3243
3243
|
inherits: true;
|
|
3244
3244
|
}
|
|
3245
3245
|
@property --db-typography-regular-tablet-body-3xs {
|
|
3246
3246
|
syntax: "*";
|
|
3247
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3247
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3248
3248
|
inherits: true;
|
|
3249
3249
|
}
|
|
3250
3250
|
@property --db-typography-regular-tablet-headline-lg {
|
|
3251
3251
|
syntax: "*";
|
|
3252
|
-
initial-value: 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3252
|
+
initial-value: bolder 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3253
3253
|
inherits: true;
|
|
3254
3254
|
}
|
|
3255
3255
|
@property --db-typography-regular-tablet-headline-md {
|
|
3256
3256
|
syntax: "*";
|
|
3257
|
-
initial-value: 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3257
|
+
initial-value: bolder 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3258
3258
|
inherits: true;
|
|
3259
3259
|
}
|
|
3260
3260
|
@property --db-typography-regular-tablet-headline-sm {
|
|
3261
3261
|
syntax: "*";
|
|
3262
|
-
initial-value: 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3262
|
+
initial-value: bolder 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3263
3263
|
inherits: true;
|
|
3264
3264
|
}
|
|
3265
3265
|
@property --db-typography-regular-tablet-headline-xl {
|
|
3266
3266
|
syntax: "*";
|
|
3267
|
-
initial-value: 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3267
|
+
initial-value: bolder 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3268
3268
|
inherits: true;
|
|
3269
3269
|
}
|
|
3270
3270
|
@property --db-typography-regular-tablet-headline-xs {
|
|
3271
3271
|
syntax: "*";
|
|
3272
|
-
initial-value: 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3272
|
+
initial-value: bolder 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3273
3273
|
inherits: true;
|
|
3274
3274
|
}
|
|
3275
3275
|
@property --db-typography-regular-tablet-headline-2xl {
|
|
3276
3276
|
syntax: "*";
|
|
3277
|
-
initial-value: 3rem/1.3333333333 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3277
|
+
initial-value: bolder 3rem/1.3333333333 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3278
3278
|
inherits: true;
|
|
3279
3279
|
}
|
|
3280
3280
|
@property --db-typography-regular-tablet-headline-2xs {
|
|
3281
3281
|
syntax: "*";
|
|
3282
|
-
initial-value: 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3282
|
+
initial-value: bolder 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3283
3283
|
inherits: true;
|
|
3284
3284
|
}
|
|
3285
3285
|
@property --db-typography-regular-tablet-headline-3xl {
|
|
3286
3286
|
syntax: "*";
|
|
3287
|
-
initial-value: 3rem/1.3333333333 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3287
|
+
initial-value: bolder 3rem/1.3333333333 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3288
3288
|
inherits: true;
|
|
3289
3289
|
}
|
|
3290
3290
|
@property --db-typography-regular-tablet-headline-3xs {
|
|
3291
3291
|
syntax: "*";
|
|
3292
|
-
initial-value: 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3292
|
+
initial-value: bolder 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3293
3293
|
inherits: true;
|
|
3294
3294
|
}
|
|
3295
3295
|
@property --db-typography-expressive-desktop-body-lg {
|
|
3296
3296
|
syntax: "*";
|
|
3297
|
-
initial-value: 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3297
|
+
initial-value: normal 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3298
3298
|
inherits: true;
|
|
3299
3299
|
}
|
|
3300
3300
|
@property --db-typography-expressive-desktop-body-md {
|
|
3301
3301
|
syntax: "*";
|
|
3302
|
-
initial-value: 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3302
|
+
initial-value: normal 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3303
3303
|
inherits: true;
|
|
3304
3304
|
}
|
|
3305
3305
|
@property --db-typography-expressive-desktop-body-sm {
|
|
3306
3306
|
syntax: "*";
|
|
3307
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3307
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3308
3308
|
inherits: true;
|
|
3309
3309
|
}
|
|
3310
3310
|
@property --db-typography-expressive-desktop-body-xl {
|
|
3311
3311
|
syntax: "*";
|
|
3312
|
-
initial-value: 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3312
|
+
initial-value: normal 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3313
3313
|
inherits: true;
|
|
3314
3314
|
}
|
|
3315
3315
|
@property --db-typography-expressive-desktop-body-xs {
|
|
3316
3316
|
syntax: "*";
|
|
3317
|
-
initial-value: 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3317
|
+
initial-value: normal 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3318
3318
|
inherits: true;
|
|
3319
3319
|
}
|
|
3320
3320
|
@property --db-typography-expressive-desktop-body-2xl {
|
|
3321
3321
|
syntax: "*";
|
|
3322
|
-
initial-value: 2rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3322
|
+
initial-value: normal 2rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3323
3323
|
inherits: true;
|
|
3324
3324
|
}
|
|
3325
3325
|
@property --db-typography-expressive-desktop-body-3xl {
|
|
3326
3326
|
syntax: "*";
|
|
3327
|
-
initial-value: 2.5rem/1.6 "OpenSans", helvetica, arial, sans-serif;
|
|
3327
|
+
initial-value: normal 2.5rem/1.6 "OpenSans", helvetica, arial, sans-serif;
|
|
3328
3328
|
inherits: true;
|
|
3329
3329
|
}
|
|
3330
3330
|
@property --db-typography-expressive-desktop-body-2xs {
|
|
3331
3331
|
syntax: "*";
|
|
3332
|
-
initial-value: 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3332
|
+
initial-value: normal 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3333
3333
|
inherits: true;
|
|
3334
3334
|
}
|
|
3335
3335
|
@property --db-typography-expressive-desktop-body-3xs {
|
|
3336
3336
|
syntax: "*";
|
|
3337
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3337
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3338
3338
|
inherits: true;
|
|
3339
3339
|
}
|
|
3340
3340
|
@property --db-typography-expressive-desktop-headline-lg {
|
|
3341
3341
|
syntax: "*";
|
|
3342
|
-
initial-value: 3rem/1.3333333333 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3342
|
+
initial-value: bolder 3rem/1.3333333333 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3343
3343
|
inherits: true;
|
|
3344
3344
|
}
|
|
3345
3345
|
@property --db-typography-expressive-desktop-headline-md {
|
|
3346
3346
|
syntax: "*";
|
|
3347
|
-
initial-value: 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3347
|
+
initial-value: bolder 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3348
3348
|
inherits: true;
|
|
3349
3349
|
}
|
|
3350
3350
|
@property --db-typography-expressive-desktop-headline-sm {
|
|
3351
3351
|
syntax: "*";
|
|
3352
|
-
initial-value: 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3352
|
+
initial-value: bolder 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3353
3353
|
inherits: true;
|
|
3354
3354
|
}
|
|
3355
3355
|
@property --db-typography-expressive-desktop-headline-xl {
|
|
3356
3356
|
syntax: "*";
|
|
3357
|
-
initial-value: 4rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3357
|
+
initial-value: bolder 4rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3358
3358
|
inherits: true;
|
|
3359
3359
|
}
|
|
3360
3360
|
@property --db-typography-expressive-desktop-headline-xs {
|
|
3361
3361
|
syntax: "*";
|
|
3362
|
-
initial-value: 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3362
|
+
initial-value: bolder 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3363
3363
|
inherits: true;
|
|
3364
3364
|
}
|
|
3365
3365
|
@property --db-typography-expressive-desktop-headline-2xl {
|
|
3366
3366
|
syntax: "*";
|
|
3367
|
-
initial-value: 5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3367
|
+
initial-value: bolder 5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3368
3368
|
inherits: true;
|
|
3369
3369
|
}
|
|
3370
3370
|
@property --db-typography-expressive-desktop-headline-2xs {
|
|
3371
3371
|
syntax: "*";
|
|
3372
|
-
initial-value: 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3372
|
+
initial-value: bolder 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3373
3373
|
inherits: true;
|
|
3374
3374
|
}
|
|
3375
3375
|
@property --db-typography-expressive-desktop-headline-3xl {
|
|
3376
3376
|
syntax: "*";
|
|
3377
|
-
initial-value: 6rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3377
|
+
initial-value: bolder 6rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3378
3378
|
inherits: true;
|
|
3379
3379
|
}
|
|
3380
3380
|
@property --db-typography-expressive-desktop-headline-3xs {
|
|
3381
3381
|
syntax: "*";
|
|
3382
|
-
initial-value: 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3382
|
+
initial-value: bolder 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3383
3383
|
inherits: true;
|
|
3384
3384
|
}
|
|
3385
3385
|
@property --db-typography-expressive-tablet-body-lg {
|
|
3386
3386
|
syntax: "*";
|
|
3387
|
-
initial-value: 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3387
|
+
initial-value: normal 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3388
3388
|
inherits: true;
|
|
3389
3389
|
}
|
|
3390
3390
|
@property --db-typography-expressive-tablet-body-md {
|
|
3391
3391
|
syntax: "*";
|
|
3392
|
-
initial-value: 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3392
|
+
initial-value: normal 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3393
3393
|
inherits: true;
|
|
3394
3394
|
}
|
|
3395
3395
|
@property --db-typography-expressive-tablet-body-sm {
|
|
3396
3396
|
syntax: "*";
|
|
3397
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3397
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3398
3398
|
inherits: true;
|
|
3399
3399
|
}
|
|
3400
3400
|
@property --db-typography-expressive-tablet-body-xl {
|
|
3401
3401
|
syntax: "*";
|
|
3402
|
-
initial-value: 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3402
|
+
initial-value: normal 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3403
3403
|
inherits: true;
|
|
3404
3404
|
}
|
|
3405
3405
|
@property --db-typography-expressive-tablet-body-xs {
|
|
3406
3406
|
syntax: "*";
|
|
3407
|
-
initial-value: 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3407
|
+
initial-value: normal 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3408
3408
|
inherits: true;
|
|
3409
3409
|
}
|
|
3410
3410
|
@property --db-typography-expressive-tablet-body-2xl {
|
|
3411
3411
|
syntax: "*";
|
|
3412
|
-
initial-value: 2rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3412
|
+
initial-value: normal 2rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3413
3413
|
inherits: true;
|
|
3414
3414
|
}
|
|
3415
3415
|
@property --db-typography-expressive-tablet-body-3xl {
|
|
3416
3416
|
syntax: "*";
|
|
3417
|
-
initial-value: 2.5rem/1.6 "OpenSans", helvetica, arial, sans-serif;
|
|
3417
|
+
initial-value: normal 2.5rem/1.6 "OpenSans", helvetica, arial, sans-serif;
|
|
3418
3418
|
inherits: true;
|
|
3419
3419
|
}
|
|
3420
3420
|
@property --db-typography-expressive-tablet-body-2xs {
|
|
3421
3421
|
syntax: "*";
|
|
3422
|
-
initial-value: 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3422
|
+
initial-value: normal 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3423
3423
|
inherits: true;
|
|
3424
3424
|
}
|
|
3425
3425
|
@property --db-typography-expressive-tablet-body-3xs {
|
|
3426
3426
|
syntax: "*";
|
|
3427
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3427
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3428
3428
|
inherits: true;
|
|
3429
3429
|
}
|
|
3430
3430
|
@property --db-typography-expressive-tablet-headline-lg {
|
|
3431
3431
|
syntax: "*";
|
|
3432
|
-
initial-value: 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3432
|
+
initial-value: bolder 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3433
3433
|
inherits: true;
|
|
3434
3434
|
}
|
|
3435
3435
|
@property --db-typography-expressive-tablet-headline-md {
|
|
3436
3436
|
syntax: "*";
|
|
3437
|
-
initial-value: 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3437
|
+
initial-value: bolder 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3438
3438
|
inherits: true;
|
|
3439
3439
|
}
|
|
3440
3440
|
@property --db-typography-expressive-tablet-headline-sm {
|
|
3441
3441
|
syntax: "*";
|
|
3442
|
-
initial-value: 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3442
|
+
initial-value: bolder 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3443
3443
|
inherits: true;
|
|
3444
3444
|
}
|
|
3445
3445
|
@property --db-typography-expressive-tablet-headline-xl {
|
|
3446
3446
|
syntax: "*";
|
|
3447
|
-
initial-value: 3rem/1.3333333333 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3447
|
+
initial-value: bolder 3rem/1.3333333333 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3448
3448
|
inherits: true;
|
|
3449
3449
|
}
|
|
3450
3450
|
@property --db-typography-expressive-tablet-headline-xs {
|
|
3451
3451
|
syntax: "*";
|
|
3452
|
-
initial-value: 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3452
|
+
initial-value: bolder 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3453
3453
|
inherits: true;
|
|
3454
3454
|
}
|
|
3455
3455
|
@property --db-typography-expressive-tablet-headline-2xl {
|
|
3456
3456
|
syntax: "*";
|
|
3457
|
-
initial-value: 4rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3457
|
+
initial-value: bolder 4rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3458
3458
|
inherits: true;
|
|
3459
3459
|
}
|
|
3460
3460
|
@property --db-typography-expressive-tablet-headline-2xs {
|
|
3461
3461
|
syntax: "*";
|
|
3462
|
-
initial-value: 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3462
|
+
initial-value: bolder 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3463
3463
|
inherits: true;
|
|
3464
3464
|
}
|
|
3465
3465
|
@property --db-typography-expressive-tablet-headline-3xl {
|
|
3466
3466
|
syntax: "*";
|
|
3467
|
-
initial-value: 5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3467
|
+
initial-value: bolder 5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3468
3468
|
inherits: true;
|
|
3469
3469
|
}
|
|
3470
3470
|
@property --db-typography-expressive-tablet-headline-3xs {
|
|
3471
3471
|
syntax: "*";
|
|
3472
|
-
initial-value: 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3472
|
+
initial-value: bolder 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3473
3473
|
inherits: true;
|
|
3474
3474
|
}
|
|
3475
3475
|
@property --db-typography-expressive-mobile-body-lg {
|
|
3476
3476
|
syntax: "*";
|
|
3477
|
-
initial-value: 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3477
|
+
initial-value: normal 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3478
3478
|
inherits: true;
|
|
3479
3479
|
}
|
|
3480
3480
|
@property --db-typography-expressive-mobile-body-md {
|
|
3481
3481
|
syntax: "*";
|
|
3482
|
-
initial-value: 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3482
|
+
initial-value: normal 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3483
3483
|
inherits: true;
|
|
3484
3484
|
}
|
|
3485
3485
|
@property --db-typography-expressive-mobile-body-sm {
|
|
3486
3486
|
syntax: "*";
|
|
3487
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3487
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3488
3488
|
inherits: true;
|
|
3489
3489
|
}
|
|
3490
3490
|
@property --db-typography-expressive-mobile-body-xl {
|
|
3491
3491
|
syntax: "*";
|
|
3492
|
-
initial-value: 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3492
|
+
initial-value: normal 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3493
3493
|
inherits: true;
|
|
3494
3494
|
}
|
|
3495
3495
|
@property --db-typography-expressive-mobile-body-xs {
|
|
3496
3496
|
syntax: "*";
|
|
3497
|
-
initial-value: 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3497
|
+
initial-value: normal 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3498
3498
|
inherits: true;
|
|
3499
3499
|
}
|
|
3500
3500
|
@property --db-typography-expressive-mobile-body-2xl {
|
|
3501
3501
|
syntax: "*";
|
|
3502
|
-
initial-value: 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3502
|
+
initial-value: normal 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3503
3503
|
inherits: true;
|
|
3504
3504
|
}
|
|
3505
3505
|
@property --db-typography-expressive-mobile-body-3xl {
|
|
3506
3506
|
syntax: "*";
|
|
3507
|
-
initial-value: 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3507
|
+
initial-value: normal 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3508
3508
|
inherits: true;
|
|
3509
3509
|
}
|
|
3510
3510
|
@property --db-typography-expressive-mobile-body-2xs {
|
|
3511
3511
|
syntax: "*";
|
|
3512
|
-
initial-value: 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3512
|
+
initial-value: normal 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3513
3513
|
inherits: true;
|
|
3514
3514
|
}
|
|
3515
3515
|
@property --db-typography-expressive-mobile-body-3xs {
|
|
3516
3516
|
syntax: "*";
|
|
3517
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3517
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3518
3518
|
inherits: true;
|
|
3519
3519
|
}
|
|
3520
3520
|
@property --db-typography-expressive-mobile-headline-lg {
|
|
3521
3521
|
syntax: "*";
|
|
3522
|
-
initial-value: 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3522
|
+
initial-value: bolder 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3523
3523
|
inherits: true;
|
|
3524
3524
|
}
|
|
3525
3525
|
@property --db-typography-expressive-mobile-headline-md {
|
|
3526
3526
|
syntax: "*";
|
|
3527
|
-
initial-value: 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3527
|
+
initial-value: bolder 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3528
3528
|
inherits: true;
|
|
3529
3529
|
}
|
|
3530
3530
|
@property --db-typography-expressive-mobile-headline-sm {
|
|
3531
3531
|
syntax: "*";
|
|
3532
|
-
initial-value: 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3532
|
+
initial-value: bolder 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3533
3533
|
inherits: true;
|
|
3534
3534
|
}
|
|
3535
3535
|
@property --db-typography-expressive-mobile-headline-xl {
|
|
3536
3536
|
syntax: "*";
|
|
3537
|
-
initial-value: 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3537
|
+
initial-value: bolder 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3538
3538
|
inherits: true;
|
|
3539
3539
|
}
|
|
3540
3540
|
@property --db-typography-expressive-mobile-headline-xs {
|
|
3541
3541
|
syntax: "*";
|
|
3542
|
-
initial-value: 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3542
|
+
initial-value: bolder 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3543
3543
|
inherits: true;
|
|
3544
3544
|
}
|
|
3545
3545
|
@property --db-typography-expressive-mobile-headline-2xl {
|
|
3546
3546
|
syntax: "*";
|
|
3547
|
-
initial-value: 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3547
|
+
initial-value: bolder 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3548
3548
|
inherits: true;
|
|
3549
3549
|
}
|
|
3550
3550
|
@property --db-typography-expressive-mobile-headline-2xs {
|
|
3551
3551
|
syntax: "*";
|
|
3552
|
-
initial-value: 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3552
|
+
initial-value: bolder 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3553
3553
|
inherits: true;
|
|
3554
3554
|
}
|
|
3555
3555
|
@property --db-typography-expressive-mobile-headline-3xl {
|
|
3556
3556
|
syntax: "*";
|
|
3557
|
-
initial-value: 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3557
|
+
initial-value: bolder 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3558
3558
|
inherits: true;
|
|
3559
3559
|
}
|
|
3560
3560
|
@property --db-typography-expressive-mobile-headline-3xs {
|
|
3561
3561
|
syntax: "*";
|
|
3562
|
-
initial-value: 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3562
|
+
initial-value: bolder 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3563
3563
|
inherits: true;
|
|
3564
3564
|
}
|
|
3565
3565
|
@property --db-typography-functional-desktop-body-lg {
|
|
3566
3566
|
syntax: "*";
|
|
3567
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3567
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3568
3568
|
inherits: true;
|
|
3569
3569
|
}
|
|
3570
3570
|
@property --db-typography-functional-desktop-body-md {
|
|
3571
3571
|
syntax: "*";
|
|
3572
|
-
initial-value: 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3572
|
+
initial-value: normal 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3573
3573
|
inherits: true;
|
|
3574
3574
|
}
|
|
3575
3575
|
@property --db-typography-functional-desktop-body-sm {
|
|
3576
3576
|
syntax: "*";
|
|
3577
|
-
initial-value: 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3577
|
+
initial-value: normal 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3578
3578
|
inherits: true;
|
|
3579
3579
|
}
|
|
3580
3580
|
@property --db-typography-functional-desktop-body-xl {
|
|
3581
3581
|
syntax: "*";
|
|
3582
|
-
initial-value: 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3582
|
+
initial-value: normal 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3583
3583
|
inherits: true;
|
|
3584
3584
|
}
|
|
3585
3585
|
@property --db-typography-functional-desktop-body-xs {
|
|
3586
3586
|
syntax: "*";
|
|
3587
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3587
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3588
3588
|
inherits: true;
|
|
3589
3589
|
}
|
|
3590
3590
|
@property --db-typography-functional-desktop-body-2xl {
|
|
3591
3591
|
syntax: "*";
|
|
3592
|
-
initial-value: 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3592
|
+
initial-value: normal 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3593
3593
|
inherits: true;
|
|
3594
3594
|
}
|
|
3595
3595
|
@property --db-typography-functional-desktop-body-3xl {
|
|
3596
3596
|
syntax: "*";
|
|
3597
|
-
initial-value: 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3597
|
+
initial-value: normal 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3598
3598
|
inherits: true;
|
|
3599
3599
|
}
|
|
3600
3600
|
@property --db-typography-functional-desktop-body-2xs {
|
|
3601
3601
|
syntax: "*";
|
|
3602
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3602
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3603
3603
|
inherits: true;
|
|
3604
3604
|
}
|
|
3605
3605
|
@property --db-typography-functional-desktop-body-3xs {
|
|
3606
3606
|
syntax: "*";
|
|
3607
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3607
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3608
3608
|
inherits: true;
|
|
3609
3609
|
}
|
|
3610
3610
|
@property --db-typography-functional-desktop-headline-lg {
|
|
3611
3611
|
syntax: "*";
|
|
3612
|
-
initial-value: 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3612
|
+
initial-value: bolder 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3613
3613
|
inherits: true;
|
|
3614
3614
|
}
|
|
3615
3615
|
@property --db-typography-functional-desktop-headline-md {
|
|
3616
3616
|
syntax: "*";
|
|
3617
|
-
initial-value: 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3617
|
+
initial-value: bolder 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3618
3618
|
inherits: true;
|
|
3619
3619
|
}
|
|
3620
3620
|
@property --db-typography-functional-desktop-headline-sm {
|
|
3621
3621
|
syntax: "*";
|
|
3622
|
-
initial-value: 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3622
|
+
initial-value: bolder 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3623
3623
|
inherits: true;
|
|
3624
3624
|
}
|
|
3625
3625
|
@property --db-typography-functional-desktop-headline-xl {
|
|
3626
3626
|
syntax: "*";
|
|
3627
|
-
initial-value: 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3627
|
+
initial-value: bolder 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3628
3628
|
inherits: true;
|
|
3629
3629
|
}
|
|
3630
3630
|
@property --db-typography-functional-desktop-headline-xs {
|
|
3631
3631
|
syntax: "*";
|
|
3632
|
-
initial-value: 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3632
|
+
initial-value: bolder 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3633
3633
|
inherits: true;
|
|
3634
3634
|
}
|
|
3635
3635
|
@property --db-typography-functional-desktop-headline-2xl {
|
|
3636
3636
|
syntax: "*";
|
|
3637
|
-
initial-value: 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3637
|
+
initial-value: bolder 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3638
3638
|
inherits: true;
|
|
3639
3639
|
}
|
|
3640
3640
|
@property --db-typography-functional-desktop-headline-2xs {
|
|
3641
3641
|
syntax: "*";
|
|
3642
|
-
initial-value: 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3642
|
+
initial-value: bolder 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3643
3643
|
inherits: true;
|
|
3644
3644
|
}
|
|
3645
3645
|
@property --db-typography-functional-desktop-headline-3xl {
|
|
3646
3646
|
syntax: "*";
|
|
3647
|
-
initial-value: 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3647
|
+
initial-value: bolder 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3648
3648
|
inherits: true;
|
|
3649
3649
|
}
|
|
3650
3650
|
@property --db-typography-functional-desktop-headline-3xs {
|
|
3651
3651
|
syntax: "*";
|
|
3652
|
-
initial-value: 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3652
|
+
initial-value: bolder 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3653
3653
|
inherits: true;
|
|
3654
3654
|
}
|
|
3655
3655
|
@property --db-typography-functional-tablet-body-lg {
|
|
3656
3656
|
syntax: "*";
|
|
3657
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3657
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3658
3658
|
inherits: true;
|
|
3659
3659
|
}
|
|
3660
3660
|
@property --db-typography-functional-tablet-body-md {
|
|
3661
3661
|
syntax: "*";
|
|
3662
|
-
initial-value: 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3662
|
+
initial-value: normal 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3663
3663
|
inherits: true;
|
|
3664
3664
|
}
|
|
3665
3665
|
@property --db-typography-functional-tablet-body-sm {
|
|
3666
3666
|
syntax: "*";
|
|
3667
|
-
initial-value: 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3667
|
+
initial-value: normal 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3668
3668
|
inherits: true;
|
|
3669
3669
|
}
|
|
3670
3670
|
@property --db-typography-functional-tablet-body-xl {
|
|
3671
3671
|
syntax: "*";
|
|
3672
|
-
initial-value: 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3672
|
+
initial-value: normal 1.25rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3673
3673
|
inherits: true;
|
|
3674
3674
|
}
|
|
3675
3675
|
@property --db-typography-functional-tablet-body-xs {
|
|
3676
3676
|
syntax: "*";
|
|
3677
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3677
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3678
3678
|
inherits: true;
|
|
3679
3679
|
}
|
|
3680
3680
|
@property --db-typography-functional-tablet-body-2xl {
|
|
3681
3681
|
syntax: "*";
|
|
3682
|
-
initial-value: 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3682
|
+
initial-value: normal 1.5rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3683
3683
|
inherits: true;
|
|
3684
3684
|
}
|
|
3685
3685
|
@property --db-typography-functional-tablet-body-3xl {
|
|
3686
3686
|
syntax: "*";
|
|
3687
|
-
initial-value: 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3687
|
+
initial-value: normal 1.75rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3688
3688
|
inherits: true;
|
|
3689
3689
|
}
|
|
3690
3690
|
@property --db-typography-functional-tablet-body-2xs {
|
|
3691
3691
|
syntax: "*";
|
|
3692
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3692
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3693
3693
|
inherits: true;
|
|
3694
3694
|
}
|
|
3695
3695
|
@property --db-typography-functional-tablet-body-3xs {
|
|
3696
3696
|
syntax: "*";
|
|
3697
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3697
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3698
3698
|
inherits: true;
|
|
3699
3699
|
}
|
|
3700
3700
|
@property --db-typography-functional-tablet-headline-lg {
|
|
3701
3701
|
syntax: "*";
|
|
3702
|
-
initial-value: 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3702
|
+
initial-value: bolder 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3703
3703
|
inherits: true;
|
|
3704
3704
|
}
|
|
3705
3705
|
@property --db-typography-functional-tablet-headline-md {
|
|
3706
3706
|
syntax: "*";
|
|
3707
|
-
initial-value: 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3707
|
+
initial-value: bolder 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3708
3708
|
inherits: true;
|
|
3709
3709
|
}
|
|
3710
3710
|
@property --db-typography-functional-tablet-headline-sm {
|
|
3711
3711
|
syntax: "*";
|
|
3712
|
-
initial-value: 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3712
|
+
initial-value: bolder 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3713
3713
|
inherits: true;
|
|
3714
3714
|
}
|
|
3715
3715
|
@property --db-typography-functional-tablet-headline-xl {
|
|
3716
3716
|
syntax: "*";
|
|
3717
|
-
initial-value: 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3717
|
+
initial-value: bolder 2rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3718
3718
|
inherits: true;
|
|
3719
3719
|
}
|
|
3720
3720
|
@property --db-typography-functional-tablet-headline-xs {
|
|
3721
3721
|
syntax: "*";
|
|
3722
|
-
initial-value: 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3722
|
+
initial-value: bolder 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3723
3723
|
inherits: true;
|
|
3724
3724
|
}
|
|
3725
3725
|
@property --db-typography-functional-tablet-headline-2xl {
|
|
3726
3726
|
syntax: "*";
|
|
3727
|
-
initial-value: 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3727
|
+
initial-value: bolder 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3728
3728
|
inherits: true;
|
|
3729
3729
|
}
|
|
3730
3730
|
@property --db-typography-functional-tablet-headline-2xs {
|
|
3731
3731
|
syntax: "*";
|
|
3732
|
-
initial-value: 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3732
|
+
initial-value: bolder 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3733
3733
|
inherits: true;
|
|
3734
3734
|
}
|
|
3735
3735
|
@property --db-typography-functional-tablet-headline-3xl {
|
|
3736
3736
|
syntax: "*";
|
|
3737
|
-
initial-value: 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3737
|
+
initial-value: bolder 2.5rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3738
3738
|
inherits: true;
|
|
3739
3739
|
}
|
|
3740
3740
|
@property --db-typography-functional-tablet-headline-3xs {
|
|
3741
3741
|
syntax: "*";
|
|
3742
|
-
initial-value: 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3742
|
+
initial-value: bolder 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3743
3743
|
inherits: true;
|
|
3744
3744
|
}
|
|
3745
3745
|
@property --db-typography-functional-mobile-body-lg {
|
|
3746
3746
|
syntax: "*";
|
|
3747
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3747
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3748
3748
|
inherits: true;
|
|
3749
3749
|
}
|
|
3750
3750
|
@property --db-typography-functional-mobile-body-md {
|
|
3751
3751
|
syntax: "*";
|
|
3752
|
-
initial-value: 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3752
|
+
initial-value: normal 0.875rem/1.4285714286 "OpenSans", helvetica, arial, sans-serif;
|
|
3753
3753
|
inherits: true;
|
|
3754
3754
|
}
|
|
3755
3755
|
@property --db-typography-functional-mobile-body-sm {
|
|
3756
3756
|
syntax: "*";
|
|
3757
|
-
initial-value: 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3757
|
+
initial-value: normal 0.75rem/1.3333333333 "OpenSans", helvetica, arial, sans-serif;
|
|
3758
3758
|
inherits: true;
|
|
3759
3759
|
}
|
|
3760
3760
|
@property --db-typography-functional-mobile-body-xl {
|
|
3761
3761
|
syntax: "*";
|
|
3762
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3762
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3763
3763
|
inherits: true;
|
|
3764
3764
|
}
|
|
3765
3765
|
@property --db-typography-functional-mobile-body-xs {
|
|
3766
3766
|
syntax: "*";
|
|
3767
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3767
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3768
3768
|
inherits: true;
|
|
3769
3769
|
}
|
|
3770
3770
|
@property --db-typography-functional-mobile-body-2xl {
|
|
3771
3771
|
syntax: "*";
|
|
3772
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3772
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3773
3773
|
inherits: true;
|
|
3774
3774
|
}
|
|
3775
3775
|
@property --db-typography-functional-mobile-body-3xl {
|
|
3776
3776
|
syntax: "*";
|
|
3777
|
-
initial-value: 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3777
|
+
initial-value: normal 1rem/1.5 "OpenSans", helvetica, arial, sans-serif;
|
|
3778
3778
|
inherits: true;
|
|
3779
3779
|
}
|
|
3780
3780
|
@property --db-typography-functional-mobile-body-2xs {
|
|
3781
3781
|
syntax: "*";
|
|
3782
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3782
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3783
3783
|
inherits: true;
|
|
3784
3784
|
}
|
|
3785
3785
|
@property --db-typography-functional-mobile-body-3xs {
|
|
3786
3786
|
syntax: "*";
|
|
3787
|
-
initial-value: 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3787
|
+
initial-value: normal 0.625rem/1.4 "OpenSans", helvetica, arial, sans-serif;
|
|
3788
3788
|
inherits: true;
|
|
3789
3789
|
}
|
|
3790
3790
|
@property --db-typography-functional-mobile-headline-lg {
|
|
3791
3791
|
syntax: "*";
|
|
3792
|
-
initial-value: 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3792
|
+
initial-value: bolder 1.5rem/1.1666666667 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3793
3793
|
inherits: true;
|
|
3794
3794
|
}
|
|
3795
3795
|
@property --db-typography-functional-mobile-headline-md {
|
|
3796
3796
|
syntax: "*";
|
|
3797
|
-
initial-value: 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3797
|
+
initial-value: bolder 1.25rem/1.2 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3798
3798
|
inherits: true;
|
|
3799
3799
|
}
|
|
3800
3800
|
@property --db-typography-functional-mobile-headline-sm {
|
|
3801
3801
|
syntax: "*";
|
|
3802
|
-
initial-value: 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3802
|
+
initial-value: bolder 1rem/1.25 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3803
3803
|
inherits: true;
|
|
3804
3804
|
}
|
|
3805
3805
|
@property --db-typography-functional-mobile-headline-xl {
|
|
3806
3806
|
syntax: "*";
|
|
3807
|
-
initial-value: 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3807
|
+
initial-value: bolder 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3808
3808
|
inherits: true;
|
|
3809
3809
|
}
|
|
3810
3810
|
@property --db-typography-functional-mobile-headline-xs {
|
|
3811
3811
|
syntax: "*";
|
|
3812
|
-
initial-value: 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3812
|
+
initial-value: bolder 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3813
3813
|
inherits: true;
|
|
3814
3814
|
}
|
|
3815
3815
|
@property --db-typography-functional-mobile-headline-2xl {
|
|
3816
3816
|
syntax: "*";
|
|
3817
|
-
initial-value: 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3817
|
+
initial-value: bolder 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3818
3818
|
inherits: true;
|
|
3819
3819
|
}
|
|
3820
3820
|
@property --db-typography-functional-mobile-headline-2xs {
|
|
3821
3821
|
syntax: "*";
|
|
3822
|
-
initial-value: 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3822
|
+
initial-value: bolder 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3823
3823
|
inherits: true;
|
|
3824
3824
|
}
|
|
3825
3825
|
@property --db-typography-functional-mobile-headline-3xl {
|
|
3826
3826
|
syntax: "*";
|
|
3827
|
-
initial-value: 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3827
|
+
initial-value: bolder 1.75rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3828
3828
|
inherits: true;
|
|
3829
3829
|
}
|
|
3830
3830
|
@property --db-typography-functional-mobile-headline-3xs {
|
|
3831
3831
|
syntax: "*";
|
|
3832
|
-
initial-value: 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3832
|
+
initial-value: bolder 0.875rem/1.1428571429 "OpenSans Head", helvetica, arial, sans-serif;
|
|
3833
3833
|
inherits: true;
|
|
3834
3834
|
}
|
|
3835
3835
|
@property --db-neutral-0 {
|
|
@@ -6217,7 +6217,7 @@ h6::before, h6::after {
|
|
|
6217
6217
|
|
|
6218
6218
|
:is(h1, h2, h3, h4, h5, h6) {
|
|
6219
6219
|
font-family: var(--db-font-family-head);
|
|
6220
|
-
font-weight:
|
|
6220
|
+
font-weight: bolder;
|
|
6221
6221
|
text-wrap: balance;
|
|
6222
6222
|
}
|
|
6223
6223
|
:is(h1, h2, h3, h4, h5, h6)[data-variant=light] {
|
|
@@ -9539,11 +9539,6 @@ html {
|
|
|
9539
9539
|
}
|
|
9540
9540
|
|
|
9541
9541
|
* {
|
|
9542
|
-
/*
|
|
9543
|
-
we overwrite this for all elements to pass the correct sizes even for elements
|
|
9544
|
-
which have a default font-size/line-height set
|
|
9545
|
-
*/
|
|
9546
|
-
font: inherit;
|
|
9547
9542
|
/* Use this to get similar fonts in all browser */
|
|
9548
9543
|
-webkit-font-smoothing: antialiased;
|
|
9549
9544
|
font-synthesis: none;
|