igniteui-webcomponents 4.2.1 → 4.2.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.
Files changed (226) hide show
  1. package/CHANGELOG.md +20 -10
  2. package/README.md +12 -2
  3. package/components/avatar/themes/avatar.base.css.js +10 -2
  4. package/components/avatar/themes/avatar.base.css.js.map +1 -1
  5. package/components/badge/themes/light/badge.base.css.js +6 -0
  6. package/components/badge/themes/light/badge.base.css.js.map +1 -1
  7. package/components/button/button.js +2 -6
  8. package/components/button/button.js.map +1 -1
  9. package/components/button/themes/button/light/button.base.css.js +22 -49
  10. package/components/button/themes/button/light/button.base.css.js.map +1 -1
  11. package/components/button/themes/button/light/button.bootstrap.css.js +31 -61
  12. package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
  13. package/components/button/themes/button/light/button.fluent.css.js +15 -41
  14. package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
  15. package/components/button/themes/button/light/button.indigo.css.js +15 -26
  16. package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
  17. package/components/button/themes/button/light/button.material.css.js +28 -57
  18. package/components/button/themes/button/light/button.material.css.js.map +1 -1
  19. package/components/button/themes/icon-button/light/icon-button.base.css.js +9 -3
  20. package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
  21. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +2 -2
  22. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
  23. package/components/button/themes/icon-button/light/icon-button.fluent.css.js +2 -2
  24. package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
  25. package/components/button/themes/icon-button/light/icon-button.indigo.css.js +2 -2
  26. package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
  27. package/components/button/themes/icon-button/light/icon-button.material.css.js +2 -2
  28. package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
  29. package/components/calendar/calendar.d.ts +5 -0
  30. package/components/calendar/calendar.js +10 -2
  31. package/components/calendar/calendar.js.map +1 -1
  32. package/components/calendar/common/calendar.model.js.map +1 -1
  33. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js +1 -1
  34. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js.map +1 -1
  35. package/components/calendar/themes/calendar.base.css.js +4 -7
  36. package/components/calendar/themes/calendar.base.css.js.map +1 -1
  37. package/components/calendar/themes/fluent/calendar.fluent.css.js +43 -16
  38. package/components/calendar/themes/fluent/calendar.fluent.css.js.map +1 -1
  39. package/components/calendar/themes/fluent/days-view.fluent.css.js +39 -27
  40. package/components/calendar/themes/fluent/days-view.fluent.css.js.map +1 -1
  41. package/components/calendar/themes/fluent/year-month-view.fluent.css.js +15 -9
  42. package/components/calendar/themes/fluent/year-month-view.fluent.css.js.map +1 -1
  43. package/components/card/themes/light/card.content.bootstrap.css.js +3 -3
  44. package/components/card/themes/light/card.content.bootstrap.css.js.map +1 -1
  45. package/components/card/themes/light/card.content.indigo.css.js +1 -1
  46. package/components/card/themes/light/card.content.indigo.css.js.map +1 -1
  47. package/components/card/themes/light/card.content.material.css.js +1 -1
  48. package/components/card/themes/light/card.content.material.css.js.map +1 -1
  49. package/components/card/themes/light/card.header.bootstrap.css.js +4 -4
  50. package/components/card/themes/light/card.header.bootstrap.css.js.map +1 -1
  51. package/components/card/themes/light/card.header.fluent.css.js +4 -4
  52. package/components/card/themes/light/card.header.fluent.css.js.map +1 -1
  53. package/components/card/themes/light/card.header.indigo.css.js +2 -2
  54. package/components/card/themes/light/card.header.indigo.css.js.map +1 -1
  55. package/components/card/themes/light/card.header.material.css.js +2 -2
  56. package/components/card/themes/light/card.header.material.css.js.map +1 -1
  57. package/components/checkbox/themes/light/checkbox.bootstrap.css.js +1 -1
  58. package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -1
  59. package/components/checkbox/themes/light/checkbox.fluent.css.js +1 -1
  60. package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
  61. package/components/checkbox/themes/light/checkbox.indigo.css.js +1 -1
  62. package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -1
  63. package/components/checkbox/themes/light/checkbox.material.css.js +1 -1
  64. package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
  65. package/components/checkbox/themes/light/switch.base.css.js +1 -1
  66. package/components/checkbox/themes/light/switch.base.css.js.map +1 -1
  67. package/components/checkbox/themes/light/switch.fluent.css.js +1 -1
  68. package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
  69. package/components/chip/themes/chip.base.css.js +3 -3
  70. package/components/chip/themes/chip.base.css.js.map +1 -1
  71. package/components/chip/themes/chip.bootstrap.css.js +3 -3
  72. package/components/chip/themes/chip.bootstrap.css.js.map +1 -1
  73. package/components/chip/themes/chip.fluent.css.js +4 -4
  74. package/components/chip/themes/chip.fluent.css.js.map +1 -1
  75. package/components/chip/themes/chip.indigo.css.js +3 -3
  76. package/components/chip/themes/chip.indigo.css.js.map +1 -1
  77. package/components/chip/themes/chip.material.css.js +3 -3
  78. package/components/chip/themes/chip.material.css.js.map +1 -1
  79. package/components/combo/combo-header.js.map +1 -1
  80. package/components/combo/combo-item.js.map +1 -1
  81. package/components/combo/combo-list.js.map +1 -1
  82. package/components/combo/combo.js +8 -4
  83. package/components/combo/combo.js.map +1 -1
  84. package/components/combo/controllers/data.d.ts +1 -0
  85. package/components/combo/controllers/data.js +4 -0
  86. package/components/combo/controllers/data.js.map +1 -1
  87. package/components/combo/controllers/selection.d.ts +2 -2
  88. package/components/combo/controllers/selection.js +7 -9
  89. package/components/combo/controllers/selection.js.map +1 -1
  90. package/components/combo/themes/light/combo.base.css.js +3 -3
  91. package/components/combo/themes/light/combo.base.css.js.map +1 -1
  92. package/components/combo/themes/light/combo.bootstrap.css.js +1 -1
  93. package/components/combo/themes/light/combo.bootstrap.css.js.map +1 -1
  94. package/components/combo/themes/light/combo.fluent.css.js +3 -3
  95. package/components/combo/themes/light/combo.fluent.css.js.map +1 -1
  96. package/components/combo/themes/light/combo.indigo.css.js +2 -2
  97. package/components/combo/themes/light/combo.indigo.css.js.map +1 -1
  98. package/components/combo/themes/light/combo.material.css.js +3 -3
  99. package/components/combo/themes/light/combo.material.css.js.map +1 -1
  100. package/components/combo/themes/light/header/combo-header.base.css.js +3 -3
  101. package/components/combo/themes/light/header/combo-header.base.css.js.map +1 -1
  102. package/components/combo/themes/light/item/combo-item.base.css.js +7 -7
  103. package/components/combo/themes/light/item/combo-item.base.css.js.map +1 -1
  104. package/components/combo/types.d.ts +1 -0
  105. package/components/combo/types.js.map +1 -1
  106. package/components/common/definitions/defineAllComponents.js +10 -0
  107. package/components/common/definitions/defineAllComponents.js.map +1 -1
  108. package/components/dialog/themes/light/dialog.base.css.js +2 -2
  109. package/components/dialog/themes/light/dialog.base.css.js.map +1 -1
  110. package/components/dialog/themes/light/dialog.bootstrap.css.js +1 -1
  111. package/components/dialog/themes/light/dialog.bootstrap.css.js.map +1 -1
  112. package/components/dialog/themes/light/dialog.fluent.css.js +1 -1
  113. package/components/dialog/themes/light/dialog.fluent.css.js.map +1 -1
  114. package/components/dropdown/themes/light/dropdown-group.base.css.js +3 -3
  115. package/components/dropdown/themes/light/dropdown-group.base.css.js.map +1 -1
  116. package/components/dropdown/themes/light/dropdown-group.fluent.css.js +1 -1
  117. package/components/dropdown/themes/light/dropdown-group.fluent.css.js.map +1 -1
  118. package/components/dropdown/themes/light/dropdown-header.base.css.js +3 -3
  119. package/components/dropdown/themes/light/dropdown-header.base.css.js.map +1 -1
  120. package/components/dropdown/themes/light/dropdown-header.fluent.css.js +1 -1
  121. package/components/dropdown/themes/light/dropdown-header.fluent.css.js.map +1 -1
  122. package/components/dropdown/themes/light/dropdown-item.base.css.js +7 -7
  123. package/components/dropdown/themes/light/dropdown-item.base.css.js.map +1 -1
  124. package/components/dropdown/themes/light/dropdown-item.fluent.css.js +1 -1
  125. package/components/dropdown/themes/light/dropdown-item.fluent.css.js.map +1 -1
  126. package/components/expansion-panel/themes/light/expansion-panel.base.css.js +11 -11
  127. package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +1 -1
  128. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js +2 -2
  129. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js.map +1 -1
  130. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js +3 -3
  131. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js.map +1 -1
  132. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js +1 -1
  133. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js.map +1 -1
  134. package/components/icon/icon.material.css.js +1 -1
  135. package/components/icon/icon.material.css.js.map +1 -1
  136. package/components/icon/icon.registry.js +2 -0
  137. package/components/icon/icon.registry.js.map +1 -1
  138. package/components/input/themes/light/input.base.css.js +2 -2
  139. package/components/input/themes/light/input.base.css.js.map +1 -1
  140. package/components/input/themes/light/input.bootstrap.css.js +8 -7
  141. package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
  142. package/components/input/themes/light/input.fluent.css.js +3 -3
  143. package/components/input/themes/light/input.fluent.css.js.map +1 -1
  144. package/components/input/themes/light/input.indigo.css.js +3 -3
  145. package/components/input/themes/light/input.indigo.css.js.map +1 -1
  146. package/components/input/themes/light/input.material.css.js +8 -8
  147. package/components/input/themes/light/input.material.css.js.map +1 -1
  148. package/components/list/themes/light/list-header.base.css.js +3 -3
  149. package/components/list/themes/light/list-header.base.css.js.map +1 -1
  150. package/components/list/themes/light/list-item.base.css.js +8 -8
  151. package/components/list/themes/light/list-item.base.css.js.map +1 -1
  152. package/components/list/themes/light/list-item.bootstrap.css.js +2 -2
  153. package/components/list/themes/light/list-item.bootstrap.css.js.map +1 -1
  154. package/components/list/themes/light/list-item.fluent.css.js +1 -1
  155. package/components/list/themes/light/list-item.fluent.css.js.map +1 -1
  156. package/components/list/themes/light/list-item.indigo.css.js +1 -1
  157. package/components/list/themes/light/list-item.indigo.css.js.map +1 -1
  158. package/components/mask-input/mask-input.js.map +1 -1
  159. package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js +1 -1
  160. package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js.map +1 -1
  161. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js +1 -1
  162. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js.map +1 -1
  163. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js +1 -1
  164. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js.map +1 -1
  165. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js +1 -1
  166. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js.map +1 -1
  167. package/components/navbar/themes/light/navbar.base.css.js +1 -1
  168. package/components/navbar/themes/light/navbar.base.css.js.map +1 -1
  169. package/components/navbar/themes/light/navbar.bootstrap.css.js +1 -1
  170. package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -1
  171. package/components/navbar/themes/light/navbar.fluent.css.js +1 -1
  172. package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -1
  173. package/components/radio/themes/light/radio.base.css.js +1 -1
  174. package/components/radio/themes/light/radio.base.css.js.map +1 -1
  175. package/components/radio/themes/light/radio.fluent.css.js +1 -1
  176. package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
  177. package/components/rating/rating-symbol.base.css.js +1 -1
  178. package/components/rating/rating-symbol.base.css.js.map +1 -1
  179. package/components/rating/rating.base.css.js +2 -2
  180. package/components/rating/rating.base.css.js.map +1 -1
  181. package/components/rating/rating.bootstrap.css.js +2 -2
  182. package/components/rating/rating.bootstrap.css.js.map +1 -1
  183. package/components/rating/rating.fluent.css.js +2 -2
  184. package/components/rating/rating.fluent.css.js.map +1 -1
  185. package/components/rating/rating.indigo.css.js +2 -2
  186. package/components/rating/rating.indigo.css.js.map +1 -1
  187. package/components/select/select.js +7 -0
  188. package/components/select/select.js.map +1 -1
  189. package/components/select/themes/light/select.base.css.js +1 -1
  190. package/components/select/themes/light/select.base.css.js.map +1 -1
  191. package/components/select/themes/light/select.bootstrap.css.js +1 -1
  192. package/components/select/themes/light/select.bootstrap.css.js.map +1 -1
  193. package/components/select/themes/light/select.fluent.css.js +1 -1
  194. package/components/select/themes/light/select.fluent.css.js.map +1 -1
  195. package/components/select/themes/light/select.indigo.css.js +1 -1
  196. package/components/select/themes/light/select.indigo.css.js.map +1 -1
  197. package/components/select/themes/light/select.material.css.js +1 -1
  198. package/components/select/themes/light/select.material.css.js.map +1 -1
  199. package/components/slider/slider-base.js.map +1 -1
  200. package/components/slider/themes/light/slider.base.css.js +2 -2
  201. package/components/slider/themes/light/slider.base.css.js.map +1 -1
  202. package/components/snackbar/themes/light/snackbar.base.css.js +1 -1
  203. package/components/snackbar/themes/light/snackbar.base.css.js.map +1 -1
  204. package/components/snackbar/themes/light/snackbar.fluent.css.js +1 -1
  205. package/components/snackbar/themes/light/snackbar.fluent.css.js.map +1 -1
  206. package/components/stepper/step.js.map +1 -1
  207. package/components/stepper/themes/step/light/step.base.css.js +3 -3
  208. package/components/stepper/themes/step/light/step.base.css.js.map +1 -1
  209. package/components/tabs/themes/light/tab.base.css.js +1 -1
  210. package/components/tabs/themes/light/tab.base.css.js.map +1 -1
  211. package/components/toast/themes/toast.base.css.js +4 -4
  212. package/components/toast/themes/toast.base.css.js.map +1 -1
  213. package/components/toast/themes/toast.fluent.css.js +9 -0
  214. package/components/toast/themes/toast.fluent.css.js.map +1 -1
  215. package/components/tree/themes/light/tree-item.base.css.js +3 -3
  216. package/components/tree/themes/light/tree-item.base.css.js.map +1 -1
  217. package/package.json +2 -2
  218. package/themes/dark/bootstrap.css +20 -34
  219. package/themes/dark/fluent.css +38 -33
  220. package/themes/dark/indigo.css +0 -13
  221. package/themes/dark/material.css +20 -33
  222. package/themes/light/bootstrap.css +20 -34
  223. package/themes/light/fluent.css +20 -33
  224. package/themes/light/indigo.css +0 -13
  225. package/themes/light/material.css +20 -33
  226. package/vscode-html-custom-data.json +1 -1
@@ -363,7 +363,6 @@
363
363
 
364
364
  :root {
365
365
  --ig-font-family: 'Open Sans', Helvetica, Arial, sans-serif;
366
- --ig-h1-font-family: var(--ig-font-family);
367
366
  --ig-h1-font-size: 4.25rem;
368
367
  --ig-h1-font-weight: 700;
369
368
  --ig-h1-font-style: normal;
@@ -372,7 +371,6 @@
372
371
  --ig-h1-text-transform: none;
373
372
  --ig-h1-margin-top: 0;
374
373
  --ig-h1-margin-bottom: 0;
375
- --ig-h2-font-family: var(--ig-font-family);
376
374
  --ig-h2-font-size: 2.625rem;
377
375
  --ig-h2-font-weight: 700;
378
376
  --ig-h2-font-style: normal;
@@ -381,7 +379,6 @@
381
379
  --ig-h2-text-transform: none;
382
380
  --ig-h2-margin-top: 0;
383
381
  --ig-h2-margin-bottom: 0;
384
- --ig-h3-font-family: var(--ig-font-family);
385
382
  --ig-h3-font-size: 2rem;
386
383
  --ig-h3-font-weight: 600;
387
384
  --ig-h3-font-style: normal;
@@ -390,7 +387,6 @@
390
387
  --ig-h3-text-transform: none;
391
388
  --ig-h3-margin-top: 0;
392
389
  --ig-h3-margin-bottom: 0;
393
- --ig-h4-font-family: var(--ig-font-family);
394
390
  --ig-h4-font-size: 1.75rem;
395
391
  --ig-h4-font-weight: 400;
396
392
  --ig-h4-font-style: normal;
@@ -399,7 +395,6 @@
399
395
  --ig-h4-text-transform: none;
400
396
  --ig-h4-margin-top: 0;
401
397
  --ig-h4-margin-bottom: 0;
402
- --ig-h5-font-family: var(--ig-font-family);
403
398
  --ig-h5-font-size: 1.5rem;
404
399
  --ig-h5-font-weight: 400;
405
400
  --ig-h5-font-style: normal;
@@ -408,7 +403,6 @@
408
403
  --ig-h5-text-transform: none;
409
404
  --ig-h5-margin-top: 0;
410
405
  --ig-h5-margin-bottom: 0;
411
- --ig-h6-font-family: var(--ig-font-family);
412
406
  --ig-h6-font-size: 1.25rem;
413
407
  --ig-h6-font-weight: 400;
414
408
  --ig-h6-font-style: normal;
@@ -417,7 +411,6 @@
417
411
  --ig-h6-text-transform: none;
418
412
  --ig-h6-margin-top: 0;
419
413
  --ig-h6-margin-bottom: 0;
420
- --ig-subtitle-1-font-family: var(--ig-font-family);
421
414
  --ig-subtitle-1-font-size: 1.125rem;
422
415
  --ig-subtitle-1-font-weight: 400;
423
416
  --ig-subtitle-1-font-style: normal;
@@ -426,7 +419,6 @@
426
419
  --ig-subtitle-1-text-transform: none;
427
420
  --ig-subtitle-1-margin-top: 0;
428
421
  --ig-subtitle-1-margin-bottom: 0;
429
- --ig-subtitle-2-font-family: var(--ig-font-family);
430
422
  --ig-subtitle-2-font-size: 0.875rem;
431
423
  --ig-subtitle-2-font-weight: 600;
432
424
  --ig-subtitle-2-font-style: normal;
@@ -435,7 +427,6 @@
435
427
  --ig-subtitle-2-text-transform: none;
436
428
  --ig-subtitle-2-margin-top: 0;
437
429
  --ig-subtitle-2-margin-bottom: 0;
438
- --ig-body-1-font-family: var(--ig-font-family);
439
430
  --ig-body-1-font-size: 1rem;
440
431
  --ig-body-1-font-weight: 400;
441
432
  --ig-body-1-font-style: normal;
@@ -444,7 +435,6 @@
444
435
  --ig-body-1-text-transform: none;
445
436
  --ig-body-1-margin-top: 0;
446
437
  --ig-body-1-margin-bottom: 0;
447
- --ig-body-2-font-family: var(--ig-font-family);
448
438
  --ig-body-2-font-size: 0.875rem;
449
439
  --ig-body-2-font-weight: 400;
450
440
  --ig-body-2-font-style: normal;
@@ -453,7 +443,6 @@
453
443
  --ig-body-2-text-transform: none;
454
444
  --ig-body-2-margin-top: 0;
455
445
  --ig-body-2-margin-bottom: 0;
456
- --ig-button-font-family: var(--ig-font-family);
457
446
  --ig-button-font-size: 0.875rem;
458
447
  --ig-button-font-weight: 400;
459
448
  --ig-button-font-style: normal;
@@ -462,7 +451,6 @@
462
451
  --ig-button-text-transform: capitalize;
463
452
  --ig-button-margin-top: 0;
464
453
  --ig-button-margin-bottom: 0;
465
- --ig-caption-font-family: var(--ig-font-family);
466
454
  --ig-caption-font-size: 0.75rem;
467
455
  --ig-caption-font-weight: 400;
468
456
  --ig-caption-font-style: normal;
@@ -471,7 +459,6 @@
471
459
  --ig-caption-text-transform: none;
472
460
  --ig-caption-margin-top: 0;
473
461
  --ig-caption-margin-bottom: 0;
474
- --ig-overline-font-family: var(--ig-font-family);
475
462
  --ig-overline-font-size: 0.625rem;
476
463
  --ig-overline-font-weight: 400;
477
464
  --ig-overline-font-style: normal;
@@ -483,7 +470,7 @@
483
470
  }
484
471
 
485
472
  .ig-typography h1 {
486
- font-family: var(--ig-h1-font-family);
473
+ font-family: var(--ig-h1-font-family, var(--ig-font-family));
487
474
  font-size: var(--ig-h1-font-size);
488
475
  font-weight: var(--ig-h1-font-weight);
489
476
  font-style: var(--ig-h1-font-style);
@@ -494,7 +481,7 @@
494
481
  margin-bottom: var(--ig-h1-margin-bottom);
495
482
  }
496
483
  .ig-typography h2 {
497
- font-family: var(--ig-h2-font-family);
484
+ font-family: var(--ig-h2-font-family, var(--ig-font-family));
498
485
  font-size: var(--ig-h2-font-size);
499
486
  font-weight: var(--ig-h2-font-weight);
500
487
  font-style: var(--ig-h2-font-style);
@@ -505,7 +492,7 @@
505
492
  margin-bottom: var(--ig-h2-margin-bottom);
506
493
  }
507
494
  .ig-typography h3 {
508
- font-family: var(--ig-h3-font-family);
495
+ font-family: var(--ig-h3-font-family, var(--ig-font-family));
509
496
  font-size: var(--ig-h3-font-size);
510
497
  font-weight: var(--ig-h3-font-weight);
511
498
  font-style: var(--ig-h3-font-style);
@@ -516,7 +503,7 @@
516
503
  margin-bottom: var(--ig-h3-margin-bottom);
517
504
  }
518
505
  .ig-typography h4 {
519
- font-family: var(--ig-h4-font-family);
506
+ font-family: var(--ig-h4-font-family, var(--ig-font-family));
520
507
  font-size: var(--ig-h4-font-size);
521
508
  font-weight: var(--ig-h4-font-weight);
522
509
  font-style: var(--ig-h4-font-style);
@@ -527,7 +514,7 @@
527
514
  margin-bottom: var(--ig-h4-margin-bottom);
528
515
  }
529
516
  .ig-typography h5 {
530
- font-family: var(--ig-h5-font-family);
517
+ font-family: var(--ig-h5-font-family, var(--ig-font-family));
531
518
  font-size: var(--ig-h5-font-size);
532
519
  font-weight: var(--ig-h5-font-weight);
533
520
  font-style: var(--ig-h5-font-style);
@@ -538,7 +525,7 @@
538
525
  margin-bottom: var(--ig-h5-margin-bottom);
539
526
  }
540
527
  .ig-typography h6 {
541
- font-family: var(--ig-h6-font-family);
528
+ font-family: var(--ig-h6-font-family, var(--ig-font-family));
542
529
  font-size: var(--ig-h6-font-size);
543
530
  font-weight: var(--ig-h6-font-weight);
544
531
  font-style: var(--ig-h6-font-style);
@@ -549,7 +536,7 @@
549
536
  margin-bottom: var(--ig-h6-margin-bottom);
550
537
  }
551
538
  .ig-typography p {
552
- font-family: var(--ig-body-1-font-family);
539
+ font-family: var(--ig-body-1-font-family, var(--ig-font-family));
553
540
  font-size: var(--ig-body-1-font-size);
554
541
  font-weight: var(--ig-body-1-font-weight);
555
542
  font-style: var(--ig-body-1-font-style);
@@ -560,7 +547,7 @@
560
547
  margin-bottom: var(--ig-body-1-margin-bottom);
561
548
  }
562
549
  .ig-typography .ig-typography__h1 {
563
- font-family: var(--ig-h1-font-family);
550
+ font-family: var(--ig-h1-font-family, var(--ig-font-family));
564
551
  font-size: var(--ig-h1-font-size);
565
552
  font-weight: var(--ig-h1-font-weight);
566
553
  font-style: var(--ig-h1-font-style);
@@ -571,7 +558,7 @@
571
558
  margin-bottom: var(--ig-h1-margin-bottom);
572
559
  }
573
560
  .ig-typography .ig-typography__h2 {
574
- font-family: var(--ig-h2-font-family);
561
+ font-family: var(--ig-h2-font-family, var(--ig-font-family));
575
562
  font-size: var(--ig-h2-font-size);
576
563
  font-weight: var(--ig-h2-font-weight);
577
564
  font-style: var(--ig-h2-font-style);
@@ -582,7 +569,7 @@
582
569
  margin-bottom: var(--ig-h2-margin-bottom);
583
570
  }
584
571
  .ig-typography .ig-typography__h3 {
585
- font-family: var(--ig-h3-font-family);
572
+ font-family: var(--ig-h3-font-family, var(--ig-font-family));
586
573
  font-size: var(--ig-h3-font-size);
587
574
  font-weight: var(--ig-h3-font-weight);
588
575
  font-style: var(--ig-h3-font-style);
@@ -593,7 +580,7 @@
593
580
  margin-bottom: var(--ig-h3-margin-bottom);
594
581
  }
595
582
  .ig-typography .ig-typography__h4 {
596
- font-family: var(--ig-h4-font-family);
583
+ font-family: var(--ig-h4-font-family, var(--ig-font-family));
597
584
  font-size: var(--ig-h4-font-size);
598
585
  font-weight: var(--ig-h4-font-weight);
599
586
  font-style: var(--ig-h4-font-style);
@@ -604,7 +591,7 @@
604
591
  margin-bottom: var(--ig-h4-margin-bottom);
605
592
  }
606
593
  .ig-typography .ig-typography__h5 {
607
- font-family: var(--ig-h5-font-family);
594
+ font-family: var(--ig-h5-font-family, var(--ig-font-family));
608
595
  font-size: var(--ig-h5-font-size);
609
596
  font-weight: var(--ig-h5-font-weight);
610
597
  font-style: var(--ig-h5-font-style);
@@ -615,7 +602,7 @@
615
602
  margin-bottom: var(--ig-h5-margin-bottom);
616
603
  }
617
604
  .ig-typography .ig-typography__h6 {
618
- font-family: var(--ig-h6-font-family);
605
+ font-family: var(--ig-h6-font-family, var(--ig-font-family));
619
606
  font-size: var(--ig-h6-font-size);
620
607
  font-weight: var(--ig-h6-font-weight);
621
608
  font-style: var(--ig-h6-font-style);
@@ -626,7 +613,7 @@
626
613
  margin-bottom: var(--ig-h6-margin-bottom);
627
614
  }
628
615
  .ig-typography .ig-typography__subtitle-1 {
629
- font-family: var(--ig-subtitle-1-font-family);
616
+ font-family: var(--ig-subtitle-1-font-family, var(--ig-font-family));
630
617
  font-size: var(--ig-subtitle-1-font-size);
631
618
  font-weight: var(--ig-subtitle-1-font-weight);
632
619
  font-style: var(--ig-subtitle-1-font-style);
@@ -637,7 +624,7 @@
637
624
  margin-bottom: var(--ig-subtitle-1-margin-bottom);
638
625
  }
639
626
  .ig-typography .ig-typography__subtitle-2 {
640
- font-family: var(--ig-subtitle-2-font-family);
627
+ font-family: var(--ig-subtitle-2-font-family, var(--ig-font-family));
641
628
  font-size: var(--ig-subtitle-2-font-size);
642
629
  font-weight: var(--ig-subtitle-2-font-weight);
643
630
  font-style: var(--ig-subtitle-2-font-style);
@@ -648,7 +635,7 @@
648
635
  margin-bottom: var(--ig-subtitle-2-margin-bottom);
649
636
  }
650
637
  .ig-typography .ig-typography__body-1 {
651
- font-family: var(--ig-body-1-font-family);
638
+ font-family: var(--ig-body-1-font-family, var(--ig-font-family));
652
639
  font-size: var(--ig-body-1-font-size);
653
640
  font-weight: var(--ig-body-1-font-weight);
654
641
  font-style: var(--ig-body-1-font-style);
@@ -659,7 +646,7 @@
659
646
  margin-bottom: var(--ig-body-1-margin-bottom);
660
647
  }
661
648
  .ig-typography .ig-typography__body-2 {
662
- font-family: var(--ig-body-2-font-family);
649
+ font-family: var(--ig-body-2-font-family, var(--ig-font-family));
663
650
  font-size: var(--ig-body-2-font-size);
664
651
  font-weight: var(--ig-body-2-font-weight);
665
652
  font-style: var(--ig-body-2-font-style);
@@ -670,7 +657,7 @@
670
657
  margin-bottom: var(--ig-body-2-margin-bottom);
671
658
  }
672
659
  .ig-typography .ig-typography__button {
673
- font-family: var(--ig-button-font-family);
660
+ font-family: var(--ig-button-font-family, var(--ig-font-family));
674
661
  font-size: var(--ig-button-font-size);
675
662
  font-weight: var(--ig-button-font-weight);
676
663
  font-style: var(--ig-button-font-style);
@@ -681,7 +668,7 @@
681
668
  margin-bottom: var(--ig-button-margin-bottom);
682
669
  }
683
670
  .ig-typography .ig-typography__caption {
684
- font-family: var(--ig-caption-font-family);
671
+ font-family: var(--ig-caption-font-family, var(--ig-font-family));
685
672
  font-size: var(--ig-caption-font-size);
686
673
  font-weight: var(--ig-caption-font-weight);
687
674
  font-style: var(--ig-caption-font-style);
@@ -692,7 +679,7 @@
692
679
  margin-bottom: var(--ig-caption-margin-bottom);
693
680
  }
694
681
  .ig-typography .ig-typography__overline {
695
- font-family: var(--ig-overline-font-family);
682
+ font-family: var(--ig-overline-font-family, var(--ig-font-family));
696
683
  font-size: var(--ig-overline-font-size);
697
684
  font-weight: var(--ig-overline-font-weight);
698
685
  font-style: var(--ig-overline-font-style);
@@ -714,6 +701,24 @@ igc-icon-button {
714
701
  --hover-background: hsla(var(--ig-primary-300), var(--ig-primary-a));
715
702
  }
716
703
 
704
+ igc-calendar::part(header) {
705
+ --header-color: var(--ig-primary-500-contrast);
706
+ }
707
+ igc-calendar::part(days-view) {
708
+ --date-current-color: var(--ig-secondary-500-contrast);
709
+ --date-color-hover: var(--ig-gray-100-contrast);
710
+ }
711
+ igc-calendar::part(months-view), igc-calendar::part(years-view) {
712
+ --current-month-year-bg: hsla(var(--ig-gray-100), var(--ig-gray-a));
713
+ --current-month-year-color: var(--ig-gray-100-contrast);
714
+ --current-month-year-bg-hover: hsla(var(--ig-gray-200), var(--ig-gray-a));
715
+ --current-month-year-color-hover: var(--ig-gray-200-contrast);
716
+ --selected-month-year-bg: hsla(var(--ig-primary-900), var(--ig-primary-a));
717
+ --selected-month-year-color: var(--ig-primary-900-contrast);
718
+ --selected-month-year-bg-hover: hsla(var(--ig-primary-800), var(--ig-primary-a));
719
+ --selected-month-year-color-hover: var(--ig-primary-800-contrast);
720
+ }
721
+
717
722
  igc-checkbox {
718
723
  --border-color: hsla(var(--ig-gray-700), var(--ig-gray-a));
719
724
  --hover-color: hsla(var(--ig-gray-900), var(--ig-gray-a));
@@ -360,7 +360,6 @@
360
360
  }
361
361
  :root {
362
362
  --ig-font-family: 'Nunito Sans', sans-serif;
363
- --ig-h1-font-family: var(--ig-font-family);
364
363
  --ig-h1-font-size: 6rem;
365
364
  --ig-h1-font-weight: 200;
366
365
  --ig-h1-font-style: normal;
@@ -369,7 +368,6 @@
369
368
  --ig-h1-text-transform: none;
370
369
  --ig-h1-margin-top: 0;
371
370
  --ig-h1-margin-bottom: 0;
372
- --ig-h2-font-family: var(--ig-font-family);
373
371
  --ig-h2-font-size: 3.75rem;
374
372
  --ig-h2-font-weight: 200;
375
373
  --ig-h2-font-style: normal;
@@ -378,7 +376,6 @@
378
376
  --ig-h2-text-transform: none;
379
377
  --ig-h2-margin-top: 0;
380
378
  --ig-h2-margin-bottom: 0;
381
- --ig-h3-font-family: var(--ig-font-family);
382
379
  --ig-h3-font-size: 3rem;
383
380
  --ig-h3-font-weight: 200;
384
381
  --ig-h3-font-style: normal;
@@ -387,7 +384,6 @@
387
384
  --ig-h3-text-transform: none;
388
385
  --ig-h3-margin-top: 0;
389
386
  --ig-h3-margin-bottom: 0;
390
- --ig-h4-font-family: var(--ig-font-family);
391
387
  --ig-h4-font-size: 2.25rem;
392
388
  --ig-h4-font-weight: 200;
393
389
  --ig-h4-font-style: normal;
@@ -396,7 +392,6 @@
396
392
  --ig-h4-text-transform: none;
397
393
  --ig-h4-margin-top: 0;
398
394
  --ig-h4-margin-bottom: 0;
399
- --ig-h5-font-family: var(--ig-font-family);
400
395
  --ig-h5-font-size: 1.5rem;
401
396
  --ig-h5-font-weight: 200;
402
397
  --ig-h5-font-style: normal;
@@ -405,7 +400,6 @@
405
400
  --ig-h5-text-transform: none;
406
401
  --ig-h5-margin-top: 0;
407
402
  --ig-h5-margin-bottom: 0;
408
- --ig-h6-font-family: var(--ig-font-family);
409
403
  --ig-h6-font-size: 1.25rem;
410
404
  --ig-h6-font-weight: 600;
411
405
  --ig-h6-font-style: normal;
@@ -414,7 +408,6 @@
414
408
  --ig-h6-text-transform: none;
415
409
  --ig-h6-margin-top: 0;
416
410
  --ig-h6-margin-bottom: 0;
417
- --ig-subtitle-1-font-family: var(--ig-font-family);
418
411
  --ig-subtitle-1-font-size: 1rem;
419
412
  --ig-subtitle-1-font-weight: 600;
420
413
  --ig-subtitle-1-font-style: normal;
@@ -423,7 +416,6 @@
423
416
  --ig-subtitle-1-text-transform: none;
424
417
  --ig-subtitle-1-margin-top: 0;
425
418
  --ig-subtitle-1-margin-bottom: 0;
426
- --ig-subtitle-2-font-family: var(--ig-font-family);
427
419
  --ig-subtitle-2-font-size: 0.875rem;
428
420
  --ig-subtitle-2-font-weight: 700;
429
421
  --ig-subtitle-2-font-style: normal;
@@ -432,7 +424,6 @@
432
424
  --ig-subtitle-2-text-transform: none;
433
425
  --ig-subtitle-2-margin-top: 0;
434
426
  --ig-subtitle-2-margin-bottom: 0;
435
- --ig-body-1-font-family: var(--ig-font-family);
436
427
  --ig-body-1-font-size: 1rem;
437
428
  --ig-body-1-font-weight: 400;
438
429
  --ig-body-1-font-style: normal;
@@ -441,7 +432,6 @@
441
432
  --ig-body-1-text-transform: none;
442
433
  --ig-body-1-margin-top: 0;
443
434
  --ig-body-1-margin-bottom: 0;
444
- --ig-body-2-font-family: var(--ig-font-family);
445
435
  --ig-body-2-font-size: 0.875rem;
446
436
  --ig-body-2-font-weight: 400;
447
437
  --ig-body-2-font-style: normal;
@@ -450,7 +440,6 @@
450
440
  --ig-body-2-text-transform: none;
451
441
  --ig-body-2-margin-top: 0;
452
442
  --ig-body-2-margin-bottom: 0;
453
- --ig-button-font-family: var(--ig-font-family);
454
443
  --ig-button-font-size: 0.75rem;
455
444
  --ig-button-font-weight: 700;
456
445
  --ig-button-font-style: normal;
@@ -459,7 +448,6 @@
459
448
  --ig-button-text-transform: uppercase;
460
449
  --ig-button-margin-top: 0;
461
450
  --ig-button-margin-bottom: 0;
462
- --ig-caption-font-family: var(--ig-font-family);
463
451
  --ig-caption-font-size: 0.75rem;
464
452
  --ig-caption-font-weight: 400;
465
453
  --ig-caption-font-style: normal;
@@ -468,7 +456,6 @@
468
456
  --ig-caption-text-transform: normal;
469
457
  --ig-caption-margin-top: 0;
470
458
  --ig-caption-margin-bottom: 0;
471
- --ig-overline-font-family: var(--ig-font-family);
472
459
  --ig-overline-font-size: 0.625rem;
473
460
  --ig-overline-font-weight: 700;
474
461
  --ig-overline-font-style: normal;
@@ -363,7 +363,6 @@
363
363
 
364
364
  :root {
365
365
  --ig-font-family: 'Titillium Web', sans-serif;
366
- --ig-h1-font-family: var(--ig-font-family);
367
366
  --ig-h1-font-size: 6rem;
368
367
  --ig-h1-font-weight: 300;
369
368
  --ig-h1-font-style: normal;
@@ -372,7 +371,6 @@
372
371
  --ig-h1-text-transform: none;
373
372
  --ig-h1-margin-top: 1.75rem;
374
373
  --ig-h1-margin-bottom: 3.5rem;
375
- --ig-h2-font-family: var(--ig-font-family);
376
374
  --ig-h2-font-size: 3.75rem;
377
375
  --ig-h2-font-weight: 300;
378
376
  --ig-h2-font-style: normal;
@@ -381,7 +379,6 @@
381
379
  --ig-h2-text-transform: none;
382
380
  --ig-h2-margin-top: 1.75rem;
383
381
  --ig-h2-margin-bottom: 1.75rem;
384
- --ig-h3-font-family: var(--ig-font-family);
385
382
  --ig-h3-font-size: 3rem;
386
383
  --ig-h3-font-weight: 400;
387
384
  --ig-h3-font-style: normal;
@@ -390,7 +387,6 @@
390
387
  --ig-h3-text-transform: none;
391
388
  --ig-h3-margin-top: 1.75rem;
392
389
  --ig-h3-margin-bottom: 0;
393
- --ig-h4-font-family: var(--ig-font-family);
394
390
  --ig-h4-font-size: 2.125rem;
395
391
  --ig-h4-font-weight: 400;
396
392
  --ig-h4-font-style: normal;
@@ -399,7 +395,6 @@
399
395
  --ig-h4-text-transform: none;
400
396
  --ig-h4-margin-top: 1.75rem;
401
397
  --ig-h4-margin-bottom: 0;
402
- --ig-h5-font-family: var(--ig-font-family);
403
398
  --ig-h5-font-size: 1.5rem;
404
399
  --ig-h5-font-weight: 400;
405
400
  --ig-h5-font-style: normal;
@@ -408,7 +403,6 @@
408
403
  --ig-h5-text-transform: none;
409
404
  --ig-h5-margin-top: 1.75rem;
410
405
  --ig-h5-margin-bottom: 0;
411
- --ig-h6-font-family: var(--ig-font-family);
412
406
  --ig-h6-font-size: 1.25rem;
413
407
  --ig-h6-font-weight: 600;
414
408
  --ig-h6-font-style: normal;
@@ -417,7 +411,6 @@
417
411
  --ig-h6-text-transform: none;
418
412
  --ig-h6-margin-top: 0;
419
413
  --ig-h6-margin-bottom: 0;
420
- --ig-subtitle-1-font-family: var(--ig-font-family);
421
414
  --ig-subtitle-1-font-size: 1rem;
422
415
  --ig-subtitle-1-font-weight: 400;
423
416
  --ig-subtitle-1-font-style: normal;
@@ -426,7 +419,6 @@
426
419
  --ig-subtitle-1-text-transform: none;
427
420
  --ig-subtitle-1-margin-top: 0;
428
421
  --ig-subtitle-1-margin-bottom: 0;
429
- --ig-subtitle-2-font-family: var(--ig-font-family);
430
422
  --ig-subtitle-2-font-size: 0.875rem;
431
423
  --ig-subtitle-2-font-weight: 600;
432
424
  --ig-subtitle-2-font-style: normal;
@@ -435,7 +427,6 @@
435
427
  --ig-subtitle-2-text-transform: none;
436
428
  --ig-subtitle-2-margin-top: 0;
437
429
  --ig-subtitle-2-margin-bottom: 0;
438
- --ig-body-1-font-family: var(--ig-font-family);
439
430
  --ig-body-1-font-size: 1rem;
440
431
  --ig-body-1-font-weight: 400;
441
432
  --ig-body-1-font-style: normal;
@@ -444,7 +435,6 @@
444
435
  --ig-body-1-text-transform: none;
445
436
  --ig-body-1-margin-top: 1.75rem;
446
437
  --ig-body-1-margin-bottom: 1rem;
447
- --ig-body-2-font-family: var(--ig-font-family);
448
438
  --ig-body-2-font-size: 0.875rem;
449
439
  --ig-body-2-font-weight: 400;
450
440
  --ig-body-2-font-style: normal;
@@ -453,7 +443,6 @@
453
443
  --ig-body-2-text-transform: none;
454
444
  --ig-body-2-margin-top: 0;
455
445
  --ig-body-2-margin-bottom: 0;
456
- --ig-button-font-family: var(--ig-font-family);
457
446
  --ig-button-font-size: 0.875rem;
458
447
  --ig-button-font-weight: 600;
459
448
  --ig-button-font-style: normal;
@@ -462,7 +451,6 @@
462
451
  --ig-button-text-transform: uppercase;
463
452
  --ig-button-margin-top: 0;
464
453
  --ig-button-margin-bottom: 0;
465
- --ig-caption-font-family: var(--ig-font-family);
466
454
  --ig-caption-font-size: 0.75rem;
467
455
  --ig-caption-font-weight: 400;
468
456
  --ig-caption-font-style: normal;
@@ -471,7 +459,6 @@
471
459
  --ig-caption-text-transform: none;
472
460
  --ig-caption-margin-top: 0;
473
461
  --ig-caption-margin-bottom: 0;
474
- --ig-overline-font-family: var(--ig-font-family);
475
462
  --ig-overline-font-size: 0.625rem;
476
463
  --ig-overline-font-weight: 400;
477
464
  --ig-overline-font-style: normal;
@@ -483,7 +470,7 @@
483
470
  }
484
471
 
485
472
  .ig-typography h1 {
486
- font-family: var(--ig-h1-font-family);
473
+ font-family: var(--ig-h1-font-family, var(--ig-font-family));
487
474
  font-size: var(--ig-h1-font-size);
488
475
  font-weight: var(--ig-h1-font-weight);
489
476
  font-style: var(--ig-h1-font-style);
@@ -494,7 +481,7 @@
494
481
  margin-bottom: var(--ig-h1-margin-bottom);
495
482
  }
496
483
  .ig-typography h2 {
497
- font-family: var(--ig-h2-font-family);
484
+ font-family: var(--ig-h2-font-family, var(--ig-font-family));
498
485
  font-size: var(--ig-h2-font-size);
499
486
  font-weight: var(--ig-h2-font-weight);
500
487
  font-style: var(--ig-h2-font-style);
@@ -505,7 +492,7 @@
505
492
  margin-bottom: var(--ig-h2-margin-bottom);
506
493
  }
507
494
  .ig-typography h3 {
508
- font-family: var(--ig-h3-font-family);
495
+ font-family: var(--ig-h3-font-family, var(--ig-font-family));
509
496
  font-size: var(--ig-h3-font-size);
510
497
  font-weight: var(--ig-h3-font-weight);
511
498
  font-style: var(--ig-h3-font-style);
@@ -516,7 +503,7 @@
516
503
  margin-bottom: var(--ig-h3-margin-bottom);
517
504
  }
518
505
  .ig-typography h4 {
519
- font-family: var(--ig-h4-font-family);
506
+ font-family: var(--ig-h4-font-family, var(--ig-font-family));
520
507
  font-size: var(--ig-h4-font-size);
521
508
  font-weight: var(--ig-h4-font-weight);
522
509
  font-style: var(--ig-h4-font-style);
@@ -527,7 +514,7 @@
527
514
  margin-bottom: var(--ig-h4-margin-bottom);
528
515
  }
529
516
  .ig-typography h5 {
530
- font-family: var(--ig-h5-font-family);
517
+ font-family: var(--ig-h5-font-family, var(--ig-font-family));
531
518
  font-size: var(--ig-h5-font-size);
532
519
  font-weight: var(--ig-h5-font-weight);
533
520
  font-style: var(--ig-h5-font-style);
@@ -538,7 +525,7 @@
538
525
  margin-bottom: var(--ig-h5-margin-bottom);
539
526
  }
540
527
  .ig-typography h6 {
541
- font-family: var(--ig-h6-font-family);
528
+ font-family: var(--ig-h6-font-family, var(--ig-font-family));
542
529
  font-size: var(--ig-h6-font-size);
543
530
  font-weight: var(--ig-h6-font-weight);
544
531
  font-style: var(--ig-h6-font-style);
@@ -549,7 +536,7 @@
549
536
  margin-bottom: var(--ig-h6-margin-bottom);
550
537
  }
551
538
  .ig-typography p {
552
- font-family: var(--ig-body-1-font-family);
539
+ font-family: var(--ig-body-1-font-family, var(--ig-font-family));
553
540
  font-size: var(--ig-body-1-font-size);
554
541
  font-weight: var(--ig-body-1-font-weight);
555
542
  font-style: var(--ig-body-1-font-style);
@@ -560,7 +547,7 @@
560
547
  margin-bottom: var(--ig-body-1-margin-bottom);
561
548
  }
562
549
  .ig-typography .ig-typography__h1 {
563
- font-family: var(--ig-h1-font-family);
550
+ font-family: var(--ig-h1-font-family, var(--ig-font-family));
564
551
  font-size: var(--ig-h1-font-size);
565
552
  font-weight: var(--ig-h1-font-weight);
566
553
  font-style: var(--ig-h1-font-style);
@@ -571,7 +558,7 @@
571
558
  margin-bottom: var(--ig-h1-margin-bottom);
572
559
  }
573
560
  .ig-typography .ig-typography__h2 {
574
- font-family: var(--ig-h2-font-family);
561
+ font-family: var(--ig-h2-font-family, var(--ig-font-family));
575
562
  font-size: var(--ig-h2-font-size);
576
563
  font-weight: var(--ig-h2-font-weight);
577
564
  font-style: var(--ig-h2-font-style);
@@ -582,7 +569,7 @@
582
569
  margin-bottom: var(--ig-h2-margin-bottom);
583
570
  }
584
571
  .ig-typography .ig-typography__h3 {
585
- font-family: var(--ig-h3-font-family);
572
+ font-family: var(--ig-h3-font-family, var(--ig-font-family));
586
573
  font-size: var(--ig-h3-font-size);
587
574
  font-weight: var(--ig-h3-font-weight);
588
575
  font-style: var(--ig-h3-font-style);
@@ -593,7 +580,7 @@
593
580
  margin-bottom: var(--ig-h3-margin-bottom);
594
581
  }
595
582
  .ig-typography .ig-typography__h4 {
596
- font-family: var(--ig-h4-font-family);
583
+ font-family: var(--ig-h4-font-family, var(--ig-font-family));
597
584
  font-size: var(--ig-h4-font-size);
598
585
  font-weight: var(--ig-h4-font-weight);
599
586
  font-style: var(--ig-h4-font-style);
@@ -604,7 +591,7 @@
604
591
  margin-bottom: var(--ig-h4-margin-bottom);
605
592
  }
606
593
  .ig-typography .ig-typography__h5 {
607
- font-family: var(--ig-h5-font-family);
594
+ font-family: var(--ig-h5-font-family, var(--ig-font-family));
608
595
  font-size: var(--ig-h5-font-size);
609
596
  font-weight: var(--ig-h5-font-weight);
610
597
  font-style: var(--ig-h5-font-style);
@@ -615,7 +602,7 @@
615
602
  margin-bottom: var(--ig-h5-margin-bottom);
616
603
  }
617
604
  .ig-typography .ig-typography__h6 {
618
- font-family: var(--ig-h6-font-family);
605
+ font-family: var(--ig-h6-font-family, var(--ig-font-family));
619
606
  font-size: var(--ig-h6-font-size);
620
607
  font-weight: var(--ig-h6-font-weight);
621
608
  font-style: var(--ig-h6-font-style);
@@ -626,7 +613,7 @@
626
613
  margin-bottom: var(--ig-h6-margin-bottom);
627
614
  }
628
615
  .ig-typography .ig-typography__subtitle-1 {
629
- font-family: var(--ig-subtitle-1-font-family);
616
+ font-family: var(--ig-subtitle-1-font-family, var(--ig-font-family));
630
617
  font-size: var(--ig-subtitle-1-font-size);
631
618
  font-weight: var(--ig-subtitle-1-font-weight);
632
619
  font-style: var(--ig-subtitle-1-font-style);
@@ -637,7 +624,7 @@
637
624
  margin-bottom: var(--ig-subtitle-1-margin-bottom);
638
625
  }
639
626
  .ig-typography .ig-typography__subtitle-2 {
640
- font-family: var(--ig-subtitle-2-font-family);
627
+ font-family: var(--ig-subtitle-2-font-family, var(--ig-font-family));
641
628
  font-size: var(--ig-subtitle-2-font-size);
642
629
  font-weight: var(--ig-subtitle-2-font-weight);
643
630
  font-style: var(--ig-subtitle-2-font-style);
@@ -648,7 +635,7 @@
648
635
  margin-bottom: var(--ig-subtitle-2-margin-bottom);
649
636
  }
650
637
  .ig-typography .ig-typography__body-1 {
651
- font-family: var(--ig-body-1-font-family);
638
+ font-family: var(--ig-body-1-font-family, var(--ig-font-family));
652
639
  font-size: var(--ig-body-1-font-size);
653
640
  font-weight: var(--ig-body-1-font-weight);
654
641
  font-style: var(--ig-body-1-font-style);
@@ -659,7 +646,7 @@
659
646
  margin-bottom: var(--ig-body-1-margin-bottom);
660
647
  }
661
648
  .ig-typography .ig-typography__body-2 {
662
- font-family: var(--ig-body-2-font-family);
649
+ font-family: var(--ig-body-2-font-family, var(--ig-font-family));
663
650
  font-size: var(--ig-body-2-font-size);
664
651
  font-weight: var(--ig-body-2-font-weight);
665
652
  font-style: var(--ig-body-2-font-style);
@@ -670,7 +657,7 @@
670
657
  margin-bottom: var(--ig-body-2-margin-bottom);
671
658
  }
672
659
  .ig-typography .ig-typography__button {
673
- font-family: var(--ig-button-font-family);
660
+ font-family: var(--ig-button-font-family, var(--ig-font-family));
674
661
  font-size: var(--ig-button-font-size);
675
662
  font-weight: var(--ig-button-font-weight);
676
663
  font-style: var(--ig-button-font-style);
@@ -681,7 +668,7 @@
681
668
  margin-bottom: var(--ig-button-margin-bottom);
682
669
  }
683
670
  .ig-typography .ig-typography__caption {
684
- font-family: var(--ig-caption-font-family);
671
+ font-family: var(--ig-caption-font-family, var(--ig-font-family));
685
672
  font-size: var(--ig-caption-font-size);
686
673
  font-weight: var(--ig-caption-font-weight);
687
674
  font-style: var(--ig-caption-font-style);
@@ -692,7 +679,7 @@
692
679
  margin-bottom: var(--ig-caption-margin-bottom);
693
680
  }
694
681
  .ig-typography .ig-typography__overline {
695
- font-family: var(--ig-overline-font-family);
682
+ font-family: var(--ig-overline-font-family, var(--ig-font-family));
696
683
  font-size: var(--ig-overline-font-size);
697
684
  font-weight: var(--ig-overline-font-weight);
698
685
  font-style: var(--ig-overline-font-style);