@ambita/design-system 5.7.1-2571.0 → 5.7.1-2601.0

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.
@@ -135,6 +135,7 @@
135
135
 
136
136
  padding: $dropdown-item-padding-y $dropdown-item-padding-x;
137
137
 
138
+ font-family: $font-family-sans-serif;
138
139
  color: $dropdown-item-text;
139
140
  font-size: $dropdown-item-font-size;
140
141
  line-height: 1;
@@ -245,6 +246,7 @@
245
246
 
246
247
  padding: $input-padding-y $input-padding-x;
247
248
 
249
+ font-family: $font-family-sans-serif;
248
250
  font-size: $input-font-size;
249
251
  font-weight: $input-font-weight;
250
252
  line-height: $input-line-height;
@@ -224,6 +224,13 @@ $accordion-toggle-text-color: var(--text-link-default);
224
224
  $accordion-toggle-text-hover-color: var(--text-link-active);
225
225
  $accordion-toggle-font-size: var(--font-size-xxs);
226
226
 
227
+ /* ============================================================================
228
+ TYPOGRAPHY TOKENS
229
+ ============================================================================ */
230
+
231
+ $font-family-sans-serif: var(--font-family-sans-serif) 'sans-serif';
232
+ $font-family-display-serif: var(--font-family-display-serif);
233
+
227
234
  /* ============================================================================
228
235
  GENERAL COLORS
229
236
  ============================================================================ */