igniteui-webcomponents 4.2.1 → 4.2.3

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 (241) hide show
  1. package/CHANGELOG.md +32 -9
  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/icon-button.js +1 -1
  10. package/components/button/icon-button.js.map +1 -1
  11. package/components/button/themes/button/light/button.base.css.js +22 -49
  12. package/components/button/themes/button/light/button.base.css.js.map +1 -1
  13. package/components/button/themes/button/light/button.bootstrap.css.js +31 -61
  14. package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
  15. package/components/button/themes/button/light/button.fluent.css.js +15 -41
  16. package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
  17. package/components/button/themes/button/light/button.indigo.css.js +15 -26
  18. package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
  19. package/components/button/themes/button/light/button.material.css.js +28 -57
  20. package/components/button/themes/button/light/button.material.css.js.map +1 -1
  21. package/components/button/themes/icon-button/light/icon-button.base.css.js +13 -3
  22. package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
  23. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +2 -2
  24. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
  25. package/components/button/themes/icon-button/light/icon-button.fluent.css.js +2 -2
  26. package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
  27. package/components/button/themes/icon-button/light/icon-button.indigo.css.js +2 -2
  28. package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
  29. package/components/button/themes/icon-button/light/icon-button.material.css.js +2 -2
  30. package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
  31. package/components/calendar/calendar.d.ts +5 -0
  32. package/components/calendar/calendar.js +10 -2
  33. package/components/calendar/calendar.js.map +1 -1
  34. package/components/calendar/common/calendar-base.d.ts +5 -1
  35. package/components/calendar/common/calendar-base.js +24 -2
  36. package/components/calendar/common/calendar-base.js.map +1 -1
  37. package/components/calendar/common/calendar.model.js.map +1 -1
  38. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js +1 -1
  39. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js.map +1 -1
  40. package/components/calendar/themes/calendar.base.css.js +4 -7
  41. package/components/calendar/themes/calendar.base.css.js.map +1 -1
  42. package/components/calendar/themes/fluent/calendar.fluent.css.js +43 -16
  43. package/components/calendar/themes/fluent/calendar.fluent.css.js.map +1 -1
  44. package/components/calendar/themes/fluent/days-view.fluent.css.js +39 -27
  45. package/components/calendar/themes/fluent/days-view.fluent.css.js.map +1 -1
  46. package/components/calendar/themes/fluent/year-month-view.fluent.css.js +15 -9
  47. package/components/calendar/themes/fluent/year-month-view.fluent.css.js.map +1 -1
  48. package/components/card/themes/light/card.content.bootstrap.css.js +3 -3
  49. package/components/card/themes/light/card.content.bootstrap.css.js.map +1 -1
  50. package/components/card/themes/light/card.content.indigo.css.js +1 -1
  51. package/components/card/themes/light/card.content.indigo.css.js.map +1 -1
  52. package/components/card/themes/light/card.content.material.css.js +1 -1
  53. package/components/card/themes/light/card.content.material.css.js.map +1 -1
  54. package/components/card/themes/light/card.header.bootstrap.css.js +4 -4
  55. package/components/card/themes/light/card.header.bootstrap.css.js.map +1 -1
  56. package/components/card/themes/light/card.header.fluent.css.js +4 -4
  57. package/components/card/themes/light/card.header.fluent.css.js.map +1 -1
  58. package/components/card/themes/light/card.header.indigo.css.js +2 -2
  59. package/components/card/themes/light/card.header.indigo.css.js.map +1 -1
  60. package/components/card/themes/light/card.header.material.css.js +2 -2
  61. package/components/card/themes/light/card.header.material.css.js.map +1 -1
  62. package/components/checkbox/themes/light/checkbox.bootstrap.css.js +1 -1
  63. package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -1
  64. package/components/checkbox/themes/light/checkbox.fluent.css.js +1 -1
  65. package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
  66. package/components/checkbox/themes/light/checkbox.indigo.css.js +1 -1
  67. package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -1
  68. package/components/checkbox/themes/light/checkbox.material.css.js +1 -1
  69. package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
  70. package/components/checkbox/themes/light/switch.base.css.js +1 -1
  71. package/components/checkbox/themes/light/switch.base.css.js.map +1 -1
  72. package/components/checkbox/themes/light/switch.fluent.css.js +1 -1
  73. package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
  74. package/components/chip/themes/chip.base.css.js +3 -3
  75. package/components/chip/themes/chip.base.css.js.map +1 -1
  76. package/components/chip/themes/chip.bootstrap.css.js +3 -3
  77. package/components/chip/themes/chip.bootstrap.css.js.map +1 -1
  78. package/components/chip/themes/chip.fluent.css.js +5 -4
  79. package/components/chip/themes/chip.fluent.css.js.map +1 -1
  80. package/components/chip/themes/chip.indigo.css.js +3 -3
  81. package/components/chip/themes/chip.indigo.css.js.map +1 -1
  82. package/components/chip/themes/chip.material.css.js +4 -3
  83. package/components/chip/themes/chip.material.css.js.map +1 -1
  84. package/components/combo/combo-header.js.map +1 -1
  85. package/components/combo/combo-item.js.map +1 -1
  86. package/components/combo/combo-list.js.map +1 -1
  87. package/components/combo/combo.js +8 -4
  88. package/components/combo/combo.js.map +1 -1
  89. package/components/combo/controllers/data.d.ts +1 -0
  90. package/components/combo/controllers/data.js +4 -0
  91. package/components/combo/controllers/data.js.map +1 -1
  92. package/components/combo/controllers/selection.d.ts +2 -2
  93. package/components/combo/controllers/selection.js +7 -9
  94. package/components/combo/controllers/selection.js.map +1 -1
  95. package/components/combo/themes/light/combo.base.css.js +3 -3
  96. package/components/combo/themes/light/combo.base.css.js.map +1 -1
  97. package/components/combo/themes/light/combo.bootstrap.css.js +1 -1
  98. package/components/combo/themes/light/combo.bootstrap.css.js.map +1 -1
  99. package/components/combo/themes/light/combo.fluent.css.js +3 -3
  100. package/components/combo/themes/light/combo.fluent.css.js.map +1 -1
  101. package/components/combo/themes/light/combo.indigo.css.js +2 -2
  102. package/components/combo/themes/light/combo.indigo.css.js.map +1 -1
  103. package/components/combo/themes/light/combo.material.css.js +3 -3
  104. package/components/combo/themes/light/combo.material.css.js.map +1 -1
  105. package/components/combo/themes/light/header/combo-header.base.css.js +3 -3
  106. package/components/combo/themes/light/header/combo-header.base.css.js.map +1 -1
  107. package/components/combo/themes/light/item/combo-item.base.css.js +7 -7
  108. package/components/combo/themes/light/item/combo-item.base.css.js.map +1 -1
  109. package/components/combo/types.d.ts +1 -0
  110. package/components/combo/types.js.map +1 -1
  111. package/components/common/definitions/defineAllComponents.js +10 -0
  112. package/components/common/definitions/defineAllComponents.js.map +1 -1
  113. package/components/dialog/dialog.d.ts +8 -1
  114. package/components/dialog/dialog.js +12 -3
  115. package/components/dialog/dialog.js.map +1 -1
  116. package/components/dialog/themes/light/dialog.base.css.js +2 -2
  117. package/components/dialog/themes/light/dialog.base.css.js.map +1 -1
  118. package/components/dialog/themes/light/dialog.bootstrap.css.js +1 -1
  119. package/components/dialog/themes/light/dialog.bootstrap.css.js.map +1 -1
  120. package/components/dialog/themes/light/dialog.fluent.css.js +1 -1
  121. package/components/dialog/themes/light/dialog.fluent.css.js.map +1 -1
  122. package/components/dropdown/themes/light/dropdown-group.base.css.js +3 -3
  123. package/components/dropdown/themes/light/dropdown-group.base.css.js.map +1 -1
  124. package/components/dropdown/themes/light/dropdown-group.fluent.css.js +1 -1
  125. package/components/dropdown/themes/light/dropdown-group.fluent.css.js.map +1 -1
  126. package/components/dropdown/themes/light/dropdown-header.base.css.js +3 -3
  127. package/components/dropdown/themes/light/dropdown-header.base.css.js.map +1 -1
  128. package/components/dropdown/themes/light/dropdown-header.fluent.css.js +1 -1
  129. package/components/dropdown/themes/light/dropdown-header.fluent.css.js.map +1 -1
  130. package/components/dropdown/themes/light/dropdown-item.base.css.js +7 -7
  131. package/components/dropdown/themes/light/dropdown-item.base.css.js.map +1 -1
  132. package/components/dropdown/themes/light/dropdown-item.fluent.css.js +1 -1
  133. package/components/dropdown/themes/light/dropdown-item.fluent.css.js.map +1 -1
  134. package/components/expansion-panel/themes/light/expansion-panel.base.css.js +11 -11
  135. package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +1 -1
  136. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js +2 -2
  137. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js.map +1 -1
  138. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js +3 -3
  139. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js.map +1 -1
  140. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js +1 -1
  141. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js.map +1 -1
  142. package/components/icon/icon.material.css.js +1 -1
  143. package/components/icon/icon.material.css.js.map +1 -1
  144. package/components/icon/icon.registry.js +2 -0
  145. package/components/icon/icon.registry.js.map +1 -1
  146. package/components/input/themes/light/input.base.css.js +2 -2
  147. package/components/input/themes/light/input.base.css.js.map +1 -1
  148. package/components/input/themes/light/input.bootstrap.css.js +8 -7
  149. package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
  150. package/components/input/themes/light/input.fluent.css.js +3 -3
  151. package/components/input/themes/light/input.fluent.css.js.map +1 -1
  152. package/components/input/themes/light/input.indigo.css.js +3 -3
  153. package/components/input/themes/light/input.indigo.css.js.map +1 -1
  154. package/components/input/themes/light/input.material.css.js +8 -8
  155. package/components/input/themes/light/input.material.css.js.map +1 -1
  156. package/components/list/themes/light/list-header.base.css.js +3 -3
  157. package/components/list/themes/light/list-header.base.css.js.map +1 -1
  158. package/components/list/themes/light/list-item.base.css.js +8 -8
  159. package/components/list/themes/light/list-item.base.css.js.map +1 -1
  160. package/components/list/themes/light/list-item.bootstrap.css.js +2 -2
  161. package/components/list/themes/light/list-item.bootstrap.css.js.map +1 -1
  162. package/components/list/themes/light/list-item.fluent.css.js +1 -1
  163. package/components/list/themes/light/list-item.fluent.css.js.map +1 -1
  164. package/components/list/themes/light/list-item.indigo.css.js +1 -1
  165. package/components/list/themes/light/list-item.indigo.css.js.map +1 -1
  166. package/components/mask-input/mask-input.js.map +1 -1
  167. package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js +1 -1
  168. package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js.map +1 -1
  169. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js +1 -1
  170. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js.map +1 -1
  171. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js +1 -1
  172. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js.map +1 -1
  173. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js +1 -1
  174. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js.map +1 -1
  175. package/components/navbar/themes/light/navbar.base.css.js +3 -2
  176. package/components/navbar/themes/light/navbar.base.css.js.map +1 -1
  177. package/components/navbar/themes/light/navbar.bootstrap.css.js +1 -1
  178. package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -1
  179. package/components/navbar/themes/light/navbar.fluent.css.js +1 -1
  180. package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -1
  181. package/components/radio/themes/light/radio.base.css.js +1 -1
  182. package/components/radio/themes/light/radio.base.css.js.map +1 -1
  183. package/components/radio/themes/light/radio.fluent.css.js +18 -20
  184. package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
  185. package/components/rating/rating-symbol.base.css.js +1 -1
  186. package/components/rating/rating-symbol.base.css.js.map +1 -1
  187. package/components/rating/rating.base.css.js +2 -2
  188. package/components/rating/rating.base.css.js.map +1 -1
  189. package/components/rating/rating.bootstrap.css.js +2 -2
  190. package/components/rating/rating.bootstrap.css.js.map +1 -1
  191. package/components/rating/rating.fluent.css.js +2 -2
  192. package/components/rating/rating.fluent.css.js.map +1 -1
  193. package/components/rating/rating.indigo.css.js +2 -2
  194. package/components/rating/rating.indigo.css.js.map +1 -1
  195. package/components/select/select.js +7 -0
  196. package/components/select/select.js.map +1 -1
  197. package/components/select/themes/light/select.base.css.js +1 -1
  198. package/components/select/themes/light/select.base.css.js.map +1 -1
  199. package/components/select/themes/light/select.bootstrap.css.js +1 -1
  200. package/components/select/themes/light/select.bootstrap.css.js.map +1 -1
  201. package/components/select/themes/light/select.fluent.css.js +1 -1
  202. package/components/select/themes/light/select.fluent.css.js.map +1 -1
  203. package/components/select/themes/light/select.indigo.css.js +1 -1
  204. package/components/select/themes/light/select.indigo.css.js.map +1 -1
  205. package/components/select/themes/light/select.material.css.js +1 -1
  206. package/components/select/themes/light/select.material.css.js.map +1 -1
  207. package/components/slider/slider-base.js.map +1 -1
  208. package/components/slider/themes/light/slider.base.css.js +2 -2
  209. package/components/slider/themes/light/slider.base.css.js.map +1 -1
  210. package/components/snackbar/themes/light/snackbar.base.css.js +1 -1
  211. package/components/snackbar/themes/light/snackbar.base.css.js.map +1 -1
  212. package/components/snackbar/themes/light/snackbar.fluent.css.js +1 -1
  213. package/components/snackbar/themes/light/snackbar.fluent.css.js.map +1 -1
  214. package/components/stepper/step.js.map +1 -1
  215. package/components/stepper/themes/step/light/step.base.css.js +3 -3
  216. package/components/stepper/themes/step/light/step.base.css.js.map +1 -1
  217. package/components/tabs/themes/light/tab-panel.base.css.js +8 -3
  218. package/components/tabs/themes/light/tab-panel.base.css.js.map +1 -1
  219. package/components/tabs/themes/light/tab.base.css.js +2 -4
  220. package/components/tabs/themes/light/tab.base.css.js.map +1 -1
  221. package/components/tabs/themes/light/tabs.base.css.js +25 -1
  222. package/components/tabs/themes/light/tabs.base.css.js.map +1 -1
  223. package/components/toast/themes/toast.base.css.js +4 -4
  224. package/components/toast/themes/toast.base.css.js.map +1 -1
  225. package/components/toast/themes/toast.fluent.css.js +9 -0
  226. package/components/toast/themes/toast.fluent.css.js.map +1 -1
  227. package/components/toggle/toggle.directive.js +2 -1
  228. package/components/toggle/toggle.directive.js.map +1 -1
  229. package/components/tree/themes/light/tree-item.base.css.js +3 -3
  230. package/components/tree/themes/light/tree-item.base.css.js.map +1 -1
  231. package/custom-elements.json +19 -10
  232. package/package.json +2 -2
  233. package/themes/dark/bootstrap.css +20 -34
  234. package/themes/dark/fluent.css +43 -36
  235. package/themes/dark/indigo.css +0 -13
  236. package/themes/dark/material.css +20 -33
  237. package/themes/light/bootstrap.css +20 -34
  238. package/themes/light/fluent.css +20 -33
  239. package/themes/light/indigo.css +0 -13
  240. package/themes/light/material.css +20 -33
  241. package/vscode-html-custom-data.json +11 -6
@@ -363,7 +363,6 @@
363
363
 
364
364
  :root {
365
365
  --ig-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
366
- --ig-h1-font-family: var(--ig-font-family);
367
366
  --ig-h1-font-size: 2.5rem;
368
367
  --ig-h1-font-weight: 500;
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.5rem;
375
- --ig-h2-font-family: var(--ig-font-family);
376
374
  --ig-h2-font-size: 2rem;
377
375
  --ig-h2-font-weight: 500;
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.5rem;
384
- --ig-h3-font-family: var(--ig-font-family);
385
382
  --ig-h3-font-size: 1.75rem;
386
383
  --ig-h3-font-weight: 500;
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.5rem;
393
- --ig-h4-font-family: var(--ig-font-family);
394
390
  --ig-h4-font-size: 1.5rem;
395
391
  --ig-h4-font-weight: 500;
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.5rem;
402
- --ig-h5-font-family: var(--ig-font-family);
403
398
  --ig-h5-font-size: 1.25rem;
404
399
  --ig-h5-font-weight: 500;
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.5rem;
411
- --ig-h6-font-family: var(--ig-font-family);
412
406
  --ig-h6-font-size: 1rem;
413
407
  --ig-h6-font-weight: 500;
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.5rem;
420
- --ig-subtitle-1-font-family: var(--ig-font-family);
421
414
  --ig-subtitle-1-font-size: 0.875rem;
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.9rem;
431
423
  --ig-subtitle-2-font-weight: 400;
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.9rem;
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: 1rem;
458
447
  --ig-button-font-weight: 500;
459
448
  --ig-button-font-style: normal;
@@ -462,7 +451,6 @@
462
451
  --ig-button-text-transform: none;
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;
@@ -480,7 +467,6 @@
480
467
  --ig-overline-text-transform: uppercase;
481
468
  --ig-overline-margin-top: 0;
482
469
  --ig-overline-margin-bottom: 0;
483
- --ig-calendar-labels-font-family: var(--ig-font-family);
484
470
  --ig-calendar-labels-font-size: 0.8125rem;
485
471
  --ig-calendar-labels-font-weight: 400;
486
472
  --ig-calendar-labels-font-style: normal;
@@ -492,7 +478,7 @@
492
478
  }
493
479
 
494
480
  .ig-typography h1 {
495
- font-family: var(--ig-h1-font-family);
481
+ font-family: var(--ig-h1-font-family, var(--ig-font-family));
496
482
  font-size: var(--ig-h1-font-size);
497
483
  font-weight: var(--ig-h1-font-weight);
498
484
  font-style: var(--ig-h1-font-style);
@@ -503,7 +489,7 @@
503
489
  margin-bottom: var(--ig-h1-margin-bottom);
504
490
  }
505
491
  .ig-typography h2 {
506
- font-family: var(--ig-h2-font-family);
492
+ font-family: var(--ig-h2-font-family, var(--ig-font-family));
507
493
  font-size: var(--ig-h2-font-size);
508
494
  font-weight: var(--ig-h2-font-weight);
509
495
  font-style: var(--ig-h2-font-style);
@@ -514,7 +500,7 @@
514
500
  margin-bottom: var(--ig-h2-margin-bottom);
515
501
  }
516
502
  .ig-typography h3 {
517
- font-family: var(--ig-h3-font-family);
503
+ font-family: var(--ig-h3-font-family, var(--ig-font-family));
518
504
  font-size: var(--ig-h3-font-size);
519
505
  font-weight: var(--ig-h3-font-weight);
520
506
  font-style: var(--ig-h3-font-style);
@@ -525,7 +511,7 @@
525
511
  margin-bottom: var(--ig-h3-margin-bottom);
526
512
  }
527
513
  .ig-typography h4 {
528
- font-family: var(--ig-h4-font-family);
514
+ font-family: var(--ig-h4-font-family, var(--ig-font-family));
529
515
  font-size: var(--ig-h4-font-size);
530
516
  font-weight: var(--ig-h4-font-weight);
531
517
  font-style: var(--ig-h4-font-style);
@@ -536,7 +522,7 @@
536
522
  margin-bottom: var(--ig-h4-margin-bottom);
537
523
  }
538
524
  .ig-typography h5 {
539
- font-family: var(--ig-h5-font-family);
525
+ font-family: var(--ig-h5-font-family, var(--ig-font-family));
540
526
  font-size: var(--ig-h5-font-size);
541
527
  font-weight: var(--ig-h5-font-weight);
542
528
  font-style: var(--ig-h5-font-style);
@@ -547,7 +533,7 @@
547
533
  margin-bottom: var(--ig-h5-margin-bottom);
548
534
  }
549
535
  .ig-typography h6 {
550
- font-family: var(--ig-h6-font-family);
536
+ font-family: var(--ig-h6-font-family, var(--ig-font-family));
551
537
  font-size: var(--ig-h6-font-size);
552
538
  font-weight: var(--ig-h6-font-weight);
553
539
  font-style: var(--ig-h6-font-style);
@@ -558,7 +544,7 @@
558
544
  margin-bottom: var(--ig-h6-margin-bottom);
559
545
  }
560
546
  .ig-typography p {
561
- font-family: var(--ig-body-1-font-family);
547
+ font-family: var(--ig-body-1-font-family, var(--ig-font-family));
562
548
  font-size: var(--ig-body-1-font-size);
563
549
  font-weight: var(--ig-body-1-font-weight);
564
550
  font-style: var(--ig-body-1-font-style);
@@ -569,7 +555,7 @@
569
555
  margin-bottom: var(--ig-body-1-margin-bottom);
570
556
  }
571
557
  .ig-typography .ig-typography__h1 {
572
- font-family: var(--ig-h1-font-family);
558
+ font-family: var(--ig-h1-font-family, var(--ig-font-family));
573
559
  font-size: var(--ig-h1-font-size);
574
560
  font-weight: var(--ig-h1-font-weight);
575
561
  font-style: var(--ig-h1-font-style);
@@ -580,7 +566,7 @@
580
566
  margin-bottom: var(--ig-h1-margin-bottom);
581
567
  }
582
568
  .ig-typography .ig-typography__h2 {
583
- font-family: var(--ig-h2-font-family);
569
+ font-family: var(--ig-h2-font-family, var(--ig-font-family));
584
570
  font-size: var(--ig-h2-font-size);
585
571
  font-weight: var(--ig-h2-font-weight);
586
572
  font-style: var(--ig-h2-font-style);
@@ -591,7 +577,7 @@
591
577
  margin-bottom: var(--ig-h2-margin-bottom);
592
578
  }
593
579
  .ig-typography .ig-typography__h3 {
594
- font-family: var(--ig-h3-font-family);
580
+ font-family: var(--ig-h3-font-family, var(--ig-font-family));
595
581
  font-size: var(--ig-h3-font-size);
596
582
  font-weight: var(--ig-h3-font-weight);
597
583
  font-style: var(--ig-h3-font-style);
@@ -602,7 +588,7 @@
602
588
  margin-bottom: var(--ig-h3-margin-bottom);
603
589
  }
604
590
  .ig-typography .ig-typography__h4 {
605
- font-family: var(--ig-h4-font-family);
591
+ font-family: var(--ig-h4-font-family, var(--ig-font-family));
606
592
  font-size: var(--ig-h4-font-size);
607
593
  font-weight: var(--ig-h4-font-weight);
608
594
  font-style: var(--ig-h4-font-style);
@@ -613,7 +599,7 @@
613
599
  margin-bottom: var(--ig-h4-margin-bottom);
614
600
  }
615
601
  .ig-typography .ig-typography__h5 {
616
- font-family: var(--ig-h5-font-family);
602
+ font-family: var(--ig-h5-font-family, var(--ig-font-family));
617
603
  font-size: var(--ig-h5-font-size);
618
604
  font-weight: var(--ig-h5-font-weight);
619
605
  font-style: var(--ig-h5-font-style);
@@ -624,7 +610,7 @@
624
610
  margin-bottom: var(--ig-h5-margin-bottom);
625
611
  }
626
612
  .ig-typography .ig-typography__h6 {
627
- font-family: var(--ig-h6-font-family);
613
+ font-family: var(--ig-h6-font-family, var(--ig-font-family));
628
614
  font-size: var(--ig-h6-font-size);
629
615
  font-weight: var(--ig-h6-font-weight);
630
616
  font-style: var(--ig-h6-font-style);
@@ -635,7 +621,7 @@
635
621
  margin-bottom: var(--ig-h6-margin-bottom);
636
622
  }
637
623
  .ig-typography .ig-typography__subtitle-1 {
638
- font-family: var(--ig-subtitle-1-font-family);
624
+ font-family: var(--ig-subtitle-1-font-family, var(--ig-font-family));
639
625
  font-size: var(--ig-subtitle-1-font-size);
640
626
  font-weight: var(--ig-subtitle-1-font-weight);
641
627
  font-style: var(--ig-subtitle-1-font-style);
@@ -646,7 +632,7 @@
646
632
  margin-bottom: var(--ig-subtitle-1-margin-bottom);
647
633
  }
648
634
  .ig-typography .ig-typography__subtitle-2 {
649
- font-family: var(--ig-subtitle-2-font-family);
635
+ font-family: var(--ig-subtitle-2-font-family, var(--ig-font-family));
650
636
  font-size: var(--ig-subtitle-2-font-size);
651
637
  font-weight: var(--ig-subtitle-2-font-weight);
652
638
  font-style: var(--ig-subtitle-2-font-style);
@@ -657,7 +643,7 @@
657
643
  margin-bottom: var(--ig-subtitle-2-margin-bottom);
658
644
  }
659
645
  .ig-typography .ig-typography__body-1 {
660
- font-family: var(--ig-body-1-font-family);
646
+ font-family: var(--ig-body-1-font-family, var(--ig-font-family));
661
647
  font-size: var(--ig-body-1-font-size);
662
648
  font-weight: var(--ig-body-1-font-weight);
663
649
  font-style: var(--ig-body-1-font-style);
@@ -668,7 +654,7 @@
668
654
  margin-bottom: var(--ig-body-1-margin-bottom);
669
655
  }
670
656
  .ig-typography .ig-typography__body-2 {
671
- font-family: var(--ig-body-2-font-family);
657
+ font-family: var(--ig-body-2-font-family, var(--ig-font-family));
672
658
  font-size: var(--ig-body-2-font-size);
673
659
  font-weight: var(--ig-body-2-font-weight);
674
660
  font-style: var(--ig-body-2-font-style);
@@ -679,7 +665,7 @@
679
665
  margin-bottom: var(--ig-body-2-margin-bottom);
680
666
  }
681
667
  .ig-typography .ig-typography__button {
682
- font-family: var(--ig-button-font-family);
668
+ font-family: var(--ig-button-font-family, var(--ig-font-family));
683
669
  font-size: var(--ig-button-font-size);
684
670
  font-weight: var(--ig-button-font-weight);
685
671
  font-style: var(--ig-button-font-style);
@@ -690,7 +676,7 @@
690
676
  margin-bottom: var(--ig-button-margin-bottom);
691
677
  }
692
678
  .ig-typography .ig-typography__caption {
693
- font-family: var(--ig-caption-font-family);
679
+ font-family: var(--ig-caption-font-family, var(--ig-font-family));
694
680
  font-size: var(--ig-caption-font-size);
695
681
  font-weight: var(--ig-caption-font-weight);
696
682
  font-style: var(--ig-caption-font-style);
@@ -701,7 +687,7 @@
701
687
  margin-bottom: var(--ig-caption-margin-bottom);
702
688
  }
703
689
  .ig-typography .ig-typography__overline {
704
- font-family: var(--ig-overline-font-family);
690
+ font-family: var(--ig-overline-font-family, var(--ig-font-family));
705
691
  font-size: var(--ig-overline-font-size);
706
692
  font-weight: var(--ig-overline-font-weight);
707
693
  font-style: var(--ig-overline-font-style);
@@ -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);
@@ -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;