@gofynd/theme-template 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/dist/components/address-form/address-form.css +24 -24
  2. package/dist/components/address-form/form-input-selector.css +20 -20
  3. package/dist/components/address-item/address-item.css +4 -4
  4. package/dist/components/beneficiary-list/beneficiary-list-item/beneficiary-list-item.css +4 -4
  5. package/dist/components/beneficiary-list/beneficiary-list.css +8 -8
  6. package/dist/components/blog-footer/blog-footer.css +4 -4
  7. package/dist/components/blog-page/blog-page.css +12 -12
  8. package/dist/components/blog-tabs/blog-tabs.css +4 -4
  9. package/dist/components/breadcrumb/breadcrumb.css +5 -5
  10. package/dist/components/chip-review-item/chip-review-item.css +4 -4
  11. package/dist/components/core/fy-button/fy-button.css +342 -9
  12. package/dist/components/core/fy-dropdown/fy-dropdown.css +4 -4
  13. package/dist/components/core/fy-input/fy-input.css +4 -4
  14. package/dist/components/core/fy-input-group/fy-input-group.css +4 -4
  15. package/dist/components/core/modal/modal.css +4 -4
  16. package/dist/components/core/skeletons/image-skeleton.css +4 -4
  17. package/dist/components/dropdown/dropdown.css +4 -4
  18. package/dist/components/empty-state/empty-state.css +4 -4
  19. package/dist/components/filter-modal/filter-modal.css +23 -23
  20. package/dist/components/form-builder/form-builder.css +362 -29
  21. package/dist/components/index.css +411 -78
  22. package/dist/components/index.js +1 -1
  23. package/dist/components/listing-description/listing-description.css +5 -5
  24. package/dist/components/loader/loader.css +338 -5
  25. package/dist/components/location-modal/location-modal.css +354 -21
  26. package/dist/components/order-header/order-header.css +8 -8
  27. package/dist/components/order-shipment/order-shipment.css +4 -4
  28. package/dist/components/payment-detail-card/payment-detail-card.css +4 -4
  29. package/dist/components/price-breakup/price-breakup.css +4 -4
  30. package/dist/components/price-breakup/price-breakup.js +1 -1
  31. package/dist/components/product-card/product-card.css +347 -14
  32. package/dist/components/profile-navigation/profile-navigation.css +5 -5
  33. package/dist/components/quantity-control/quantity-control.css +4 -4
  34. package/dist/components/range-slider/range-slider.css +8 -8
  35. package/dist/components/reasons-list/reason-item/reason-item.css +4 -4
  36. package/dist/components/reasons-list/reasons-list.css +8 -8
  37. package/dist/components/scroll-top/scroll-top.css +5 -5
  38. package/dist/components/shipment-address/shipment-address.css +4 -4
  39. package/dist/components/shipment-breakup/shipment-breakup.css +4 -4
  40. package/dist/components/shipment-item/shipment-item.css +4 -4
  41. package/dist/components/shipment-tracking/shipment-tracking.css +4 -4
  42. package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +4 -4
  43. package/dist/components/shipments-update-item/shipments-update-item.css +8 -8
  44. package/dist/components/sort-modal/sort-modal.css +8 -8
  45. package/dist/components/spinner/spinner.css +4 -4
  46. package/dist/components/stepper/stepper.css +4 -4
  47. package/dist/index.css +782 -401
  48. package/dist/index.js +1 -1
  49. package/dist/page-layouts/auth/account-locked/account-locked.css +346 -13
  50. package/dist/page-layouts/auth/login-register-toggle/login-register-toggle.css +4 -4
  51. package/dist/page-layouts/auth/mobile-number/mobile-number.css +4 -4
  52. package/dist/page-layouts/auth/verify-both/verify-both.css +4 -4
  53. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +17 -16
  54. package/dist/page-layouts/cart/Components/comment/comment.css +8 -8
  55. package/dist/page-layouts/cart/Components/coupon/coupon.css +8 -8
  56. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +36 -36
  57. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +4 -4
  58. package/dist/page-layouts/cart/Components/gst-card/gst-card.css +4 -4
  59. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +8 -8
  60. package/dist/page-layouts/cart/Components/share-cart/share-cart.css +346 -13
  61. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +342 -9
  62. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +4 -4
  63. package/dist/page-layouts/compare/compare.css +352 -19
  64. package/dist/page-layouts/login/component/login-mode-button/login-mode-button.css +4 -4
  65. package/dist/page-layouts/login/component/login-otp/login-otp.css +8 -8
  66. package/dist/page-layouts/login/component/login-password/login-password.css +8 -8
  67. package/dist/page-layouts/login/component/term-privacy/term-privacy.css +4 -4
  68. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +382 -49
  69. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +350 -17
  70. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
  71. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
  72. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
  73. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
  74. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
  75. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
  76. package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
  77. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
  78. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
  79. package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
  80. package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
  81. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
  82. package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
  83. package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
  84. package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
  85. package/dist/page-layouts/single-checkout/modal.css +4 -4
  86. package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
  87. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  88. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
  89. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  90. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
  91. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
  92. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  93. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
  94. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
  95. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
  96. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  97. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
  98. package/dist/pages/blog/blog.css +20 -20
  99. package/dist/pages/blog/index.css +20 -20
  100. package/dist/pages/cart/cart.css +423 -89
  101. package/dist/pages/cart/cart.js +1 -1
  102. package/dist/pages/cart/index.css +423 -89
  103. package/dist/pages/cart/index.js +1 -1
  104. package/dist/pages/checkout/checkout.css +180 -133
  105. package/dist/pages/checkout/checkout.js +1 -1
  106. package/dist/pages/checkout/index.css +180 -133
  107. package/dist/pages/checkout/index.js +1 -1
  108. package/dist/pages/contact-us/contact-us.css +350 -17
  109. package/dist/pages/contact-us/index.css +350 -17
  110. package/dist/pages/edit-profile/edit-profile.css +12 -12
  111. package/dist/pages/edit-profile/index.css +12 -12
  112. package/dist/pages/faq/faq.css +4 -4
  113. package/dist/pages/faq/index.css +4 -4
  114. package/dist/pages/forgot-password/forget-password.css +8 -8
  115. package/dist/pages/forgot-password/index.css +8 -8
  116. package/dist/pages/index.css +764 -383
  117. package/dist/pages/index.js +1 -1
  118. package/dist/pages/login/index.css +28 -28
  119. package/dist/pages/login/login.css +28 -28
  120. package/dist/pages/order/index.css +350 -17
  121. package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
  122. package/dist/pages/order/order-tracking.css +350 -17
  123. package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
  124. package/dist/pages/order-status/index.css +363 -33
  125. package/dist/pages/order-status/index.js +1 -1
  126. package/dist/pages/order-status/order-status.css +363 -33
  127. package/dist/pages/order-status/order-status.js +1 -1
  128. package/dist/pages/product-listing/index.css +457 -124
  129. package/dist/pages/product-listing/product-listing.css +457 -124
  130. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
  131. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
  132. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
  133. package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
  134. package/dist/pages/profile/email/email.css +362 -29
  135. package/dist/pages/profile/email/index.css +362 -29
  136. package/dist/pages/profile/index.css +350 -17
  137. package/dist/pages/profile/phone/index.css +366 -33
  138. package/dist/pages/profile/phone/phone.css +366 -33
  139. package/dist/pages/profile/profile-details.css +350 -17
  140. package/dist/pages/register/index.css +20 -20
  141. package/dist/pages/register/register.css +20 -20
  142. package/dist/pages/set-password/index.css +4 -4
  143. package/dist/pages/set-password/set-password.css +4 -4
  144. package/dist/pages/shared-cart/index.css +8 -8
  145. package/dist/pages/shared-cart/shared-cart.css +8 -8
  146. package/dist/pages/verify-email/index.css +4 -4
  147. package/dist/pages/verify-email/verify-email.css +4 -4
  148. package/dist/pages/wishlist/index.css +406 -73
  149. package/dist/pages/wishlist/wishlist.css +406 -73
  150. package/package.json +1 -1
@@ -106,7 +106,7 @@ h4,
106
106
  letter-spacing: -0.02em;
107
107
  color: var(--textHeading, #26201a);
108
108
  font-size: 16px;
109
- line-height: 18px;
109
+ line-height: 1.5;
110
110
  }
111
111
  @media only screen and (min-width: 769px) {
112
112
  h4,
@@ -115,7 +115,7 @@ h4,
115
115
  letter-spacing: -0.02em;
116
116
  color: var(--textHeading, #26201a);
117
117
  font-size: 20px;
118
- line-height: 24px;
118
+ line-height: 1.5;
119
119
  }
120
120
  }
121
121
  h5,
@@ -182,7 +182,7 @@ h5,
182
182
  .single-shipment-content__caption-medium____fLHP,
183
183
  .single-shipment-content__captionMedium___lqQPn {
184
184
  font-size: 12px;
185
- line-height: 14px;
185
+ line-height: 1.5;
186
186
  letter-spacing: -0.02em;
187
187
  font-weight: 500;
188
188
  }
@@ -195,7 +195,7 @@ h5,
195
195
  .single-shipment-content__caption-semi-bold___V3P3n,
196
196
  .single-shipment-content__captionSemiBold___rwvuu {
197
197
  font-size: 12px;
198
- line-height: 14px;
198
+ line-height: 1.5;
199
199
  letter-spacing: -0.02em;
200
200
  font-weight: 600;
201
201
  }
@@ -733,7 +733,7 @@ h4,
733
733
  letter-spacing: -0.02em;
734
734
  color: var(--textHeading, #26201a);
735
735
  font-size: 16px;
736
- line-height: 18px;
736
+ line-height: 1.5;
737
737
  }
738
738
  @media only screen and (min-width: 769px) {
739
739
  h4,
@@ -742,7 +742,7 @@ h4,
742
742
  letter-spacing: -0.02em;
743
743
  color: var(--textHeading, #26201a);
744
744
  font-size: 20px;
745
- line-height: 24px;
745
+ line-height: 1.5;
746
746
  }
747
747
  }
748
748
  h5,
@@ -809,7 +809,7 @@ h5,
809
809
  .free-gift-item__caption-medium___J3sTr,
810
810
  .free-gift-item__captionMedium___UxDCd {
811
811
  font-size: 12px;
812
- line-height: 14px;
812
+ line-height: 1.5;
813
813
  letter-spacing: -0.02em;
814
814
  font-weight: 500;
815
815
  }
@@ -822,7 +822,7 @@ h5,
822
822
  .free-gift-item__caption-semi-bold___rj6i6,
823
823
  .free-gift-item__captionSemiBold___TCDo6 {
824
824
  font-size: 12px;
825
- line-height: 14px;
825
+ line-height: 1.5;
826
826
  letter-spacing: -0.02em;
827
827
  font-weight: 600;
828
828
  }
@@ -106,7 +106,7 @@ h4,
106
106
  letter-spacing: -0.02em;
107
107
  color: var(--textHeading, #26201a);
108
108
  font-size: 16px;
109
- line-height: 18px;
109
+ line-height: 1.5;
110
110
  }
111
111
  @media only screen and (min-width: 769px) {
112
112
  h4,
@@ -115,7 +115,7 @@ h4,
115
115
  letter-spacing: -0.02em;
116
116
  color: var(--textHeading, #26201a);
117
117
  font-size: 20px;
118
- line-height: 24px;
118
+ line-height: 1.5;
119
119
  }
120
120
  }
121
121
  h5,
@@ -182,7 +182,7 @@ h5,
182
182
  .blog__caption-medium___eRs9D,
183
183
  .blog__captionMedium___DGxhB {
184
184
  font-size: 12px;
185
- line-height: 14px;
185
+ line-height: 1.5;
186
186
  letter-spacing: -0.02em;
187
187
  font-weight: 500;
188
188
  }
@@ -195,7 +195,7 @@ h5,
195
195
  .blog__caption-semi-bold___CVIEm,
196
196
  .blog__captionSemiBold___s6nen {
197
197
  font-size: 12px;
198
- line-height: 14px;
198
+ line-height: 1.5;
199
199
  letter-spacing: -0.02em;
200
200
  font-weight: 600;
201
201
  }
@@ -970,7 +970,7 @@ h4,
970
970
  letter-spacing: -0.02em;
971
971
  color: var(--textHeading, #26201a);
972
972
  font-size: 16px;
973
- line-height: 18px;
973
+ line-height: 1.5;
974
974
  }
975
975
  @media only screen and (min-width: 769px) {
976
976
  h4,
@@ -979,7 +979,7 @@ h4,
979
979
  letter-spacing: -0.02em;
980
980
  color: var(--textHeading, #26201a);
981
981
  font-size: 20px;
982
- line-height: 24px;
982
+ line-height: 1.5;
983
983
  }
984
984
  }
985
985
  h5,
@@ -1046,7 +1046,7 @@ h5,
1046
1046
  .blog-tabs__caption-medium___SFIQd,
1047
1047
  .blog-tabs__captionMedium___LHvbo {
1048
1048
  font-size: 12px;
1049
- line-height: 14px;
1049
+ line-height: 1.5;
1050
1050
  letter-spacing: -0.02em;
1051
1051
  font-weight: 500;
1052
1052
  }
@@ -1059,7 +1059,7 @@ h5,
1059
1059
  .blog-tabs__caption-semi-bold___xl9Fu,
1060
1060
  .blog-tabs__captionSemiBold___lFa4C {
1061
1061
  font-size: 12px;
1062
- line-height: 14px;
1062
+ line-height: 1.5;
1063
1063
  letter-spacing: -0.02em;
1064
1064
  font-weight: 600;
1065
1065
  }
@@ -1390,7 +1390,7 @@ h4,
1390
1390
  letter-spacing: -0.02em;
1391
1391
  color: var(--textHeading, #26201a);
1392
1392
  font-size: 16px;
1393
- line-height: 18px;
1393
+ line-height: 1.5;
1394
1394
  }
1395
1395
  @media only screen and (min-width: 769px) {
1396
1396
  h4,
@@ -1399,7 +1399,7 @@ h4,
1399
1399
  letter-spacing: -0.02em;
1400
1400
  color: var(--textHeading, #26201a);
1401
1401
  font-size: 20px;
1402
- line-height: 24px;
1402
+ line-height: 1.5;
1403
1403
  }
1404
1404
  }
1405
1405
  h5,
@@ -1466,7 +1466,7 @@ h5,
1466
1466
  .blog-footer__caption-medium___SxJ8X,
1467
1467
  .blog-footer__captionMedium___J7Afj {
1468
1468
  font-size: 12px;
1469
- line-height: 14px;
1469
+ line-height: 1.5;
1470
1470
  letter-spacing: -0.02em;
1471
1471
  font-weight: 500;
1472
1472
  }
@@ -1479,7 +1479,7 @@ h5,
1479
1479
  .blog-footer__caption-semi-bold___iv7Ju,
1480
1480
  .blog-footer__captionSemiBold____6r0g {
1481
1481
  font-size: 12px;
1482
- line-height: 14px;
1482
+ line-height: 1.5;
1483
1483
  letter-spacing: -0.02em;
1484
1484
  font-weight: 600;
1485
1485
  }
@@ -1826,7 +1826,7 @@ h4,
1826
1826
  letter-spacing: -0.02em;
1827
1827
  color: var(--textHeading, #26201a);
1828
1828
  font-size: 16px;
1829
- line-height: 18px;
1829
+ line-height: 1.5;
1830
1830
  }
1831
1831
  @media only screen and (min-width: 769px) {
1832
1832
  h4,
@@ -1835,7 +1835,7 @@ h4,
1835
1835
  letter-spacing: -0.02em;
1836
1836
  color: var(--textHeading, #26201a);
1837
1837
  font-size: 20px;
1838
- line-height: 24px;
1838
+ line-height: 1.5;
1839
1839
  }
1840
1840
  }
1841
1841
  h5,
@@ -1902,7 +1902,7 @@ h5,
1902
1902
  .empty-state__caption-medium___Cj9cn,
1903
1903
  .empty-state__captionMedium___e0w26 {
1904
1904
  font-size: 12px;
1905
- line-height: 14px;
1905
+ line-height: 1.5;
1906
1906
  letter-spacing: -0.02em;
1907
1907
  font-weight: 500;
1908
1908
  }
@@ -1915,7 +1915,7 @@ h5,
1915
1915
  .empty-state__caption-semi-bold___ftnL8,
1916
1916
  .empty-state__captionSemiBold___yK0OI {
1917
1917
  font-size: 12px;
1918
- line-height: 14px;
1918
+ line-height: 1.5;
1919
1919
  letter-spacing: -0.02em;
1920
1920
  font-weight: 600;
1921
1921
  }
@@ -2240,7 +2240,7 @@ h4,
2240
2240
  letter-spacing: -0.02em;
2241
2241
  color: var(--textHeading, #26201a);
2242
2242
  font-size: 16px;
2243
- line-height: 18px;
2243
+ line-height: 1.5;
2244
2244
  }
2245
2245
  @media only screen and (min-width: 1024px) {
2246
2246
  h4,
@@ -2249,7 +2249,7 @@ h4,
2249
2249
  letter-spacing: -0.02em;
2250
2250
  color: var(--textHeading, #26201a);
2251
2251
  font-size: 20px;
2252
- line-height: 24px;
2252
+ line-height: 1.5;
2253
2253
  }
2254
2254
  }
2255
2255
  h5,
@@ -2316,7 +2316,7 @@ h5,
2316
2316
  .pagination__caption-medium___jtoVr,
2317
2317
  .pagination__captionMedium___jNBGw {
2318
2318
  font-size: 12px;
2319
- line-height: 14px;
2319
+ line-height: 1.5;
2320
2320
  letter-spacing: -0.02em;
2321
2321
  font-weight: 500;
2322
2322
  }
@@ -2329,7 +2329,7 @@ h5,
2329
2329
  .pagination__caption-semi-bold___fVaBz,
2330
2330
  .pagination__captionSemiBold___pXxji {
2331
2331
  font-size: 12px;
2332
- line-height: 14px;
2332
+ line-height: 1.5;
2333
2333
  letter-spacing: -0.02em;
2334
2334
  font-weight: 600;
2335
2335
  }
@@ -106,7 +106,7 @@ h4,
106
106
  letter-spacing: -0.02em;
107
107
  color: var(--textHeading, #26201a);
108
108
  font-size: 16px;
109
- line-height: 18px;
109
+ line-height: 1.5;
110
110
  }
111
111
  @media only screen and (min-width: 769px) {
112
112
  h4,
@@ -115,7 +115,7 @@ h4,
115
115
  letter-spacing: -0.02em;
116
116
  color: var(--textHeading, #26201a);
117
117
  font-size: 20px;
118
- line-height: 24px;
118
+ line-height: 1.5;
119
119
  }
120
120
  }
121
121
  h5,
@@ -182,7 +182,7 @@ h5,
182
182
  .blog__caption-medium___eRs9D,
183
183
  .blog__captionMedium___DGxhB {
184
184
  font-size: 12px;
185
- line-height: 14px;
185
+ line-height: 1.5;
186
186
  letter-spacing: -0.02em;
187
187
  font-weight: 500;
188
188
  }
@@ -195,7 +195,7 @@ h5,
195
195
  .blog__caption-semi-bold___CVIEm,
196
196
  .blog__captionSemiBold___s6nen {
197
197
  font-size: 12px;
198
- line-height: 14px;
198
+ line-height: 1.5;
199
199
  letter-spacing: -0.02em;
200
200
  font-weight: 600;
201
201
  }
@@ -970,7 +970,7 @@ h4,
970
970
  letter-spacing: -0.02em;
971
971
  color: var(--textHeading, #26201a);
972
972
  font-size: 16px;
973
- line-height: 18px;
973
+ line-height: 1.5;
974
974
  }
975
975
  @media only screen and (min-width: 769px) {
976
976
  h4,
@@ -979,7 +979,7 @@ h4,
979
979
  letter-spacing: -0.02em;
980
980
  color: var(--textHeading, #26201a);
981
981
  font-size: 20px;
982
- line-height: 24px;
982
+ line-height: 1.5;
983
983
  }
984
984
  }
985
985
  h5,
@@ -1046,7 +1046,7 @@ h5,
1046
1046
  .blog-tabs__caption-medium___SFIQd,
1047
1047
  .blog-tabs__captionMedium___LHvbo {
1048
1048
  font-size: 12px;
1049
- line-height: 14px;
1049
+ line-height: 1.5;
1050
1050
  letter-spacing: -0.02em;
1051
1051
  font-weight: 500;
1052
1052
  }
@@ -1059,7 +1059,7 @@ h5,
1059
1059
  .blog-tabs__caption-semi-bold___xl9Fu,
1060
1060
  .blog-tabs__captionSemiBold___lFa4C {
1061
1061
  font-size: 12px;
1062
- line-height: 14px;
1062
+ line-height: 1.5;
1063
1063
  letter-spacing: -0.02em;
1064
1064
  font-weight: 600;
1065
1065
  }
@@ -1390,7 +1390,7 @@ h4,
1390
1390
  letter-spacing: -0.02em;
1391
1391
  color: var(--textHeading, #26201a);
1392
1392
  font-size: 16px;
1393
- line-height: 18px;
1393
+ line-height: 1.5;
1394
1394
  }
1395
1395
  @media only screen and (min-width: 769px) {
1396
1396
  h4,
@@ -1399,7 +1399,7 @@ h4,
1399
1399
  letter-spacing: -0.02em;
1400
1400
  color: var(--textHeading, #26201a);
1401
1401
  font-size: 20px;
1402
- line-height: 24px;
1402
+ line-height: 1.5;
1403
1403
  }
1404
1404
  }
1405
1405
  h5,
@@ -1466,7 +1466,7 @@ h5,
1466
1466
  .blog-footer__caption-medium___SxJ8X,
1467
1467
  .blog-footer__captionMedium___J7Afj {
1468
1468
  font-size: 12px;
1469
- line-height: 14px;
1469
+ line-height: 1.5;
1470
1470
  letter-spacing: -0.02em;
1471
1471
  font-weight: 500;
1472
1472
  }
@@ -1479,7 +1479,7 @@ h5,
1479
1479
  .blog-footer__caption-semi-bold___iv7Ju,
1480
1480
  .blog-footer__captionSemiBold____6r0g {
1481
1481
  font-size: 12px;
1482
- line-height: 14px;
1482
+ line-height: 1.5;
1483
1483
  letter-spacing: -0.02em;
1484
1484
  font-weight: 600;
1485
1485
  }
@@ -1826,7 +1826,7 @@ h4,
1826
1826
  letter-spacing: -0.02em;
1827
1827
  color: var(--textHeading, #26201a);
1828
1828
  font-size: 16px;
1829
- line-height: 18px;
1829
+ line-height: 1.5;
1830
1830
  }
1831
1831
  @media only screen and (min-width: 769px) {
1832
1832
  h4,
@@ -1835,7 +1835,7 @@ h4,
1835
1835
  letter-spacing: -0.02em;
1836
1836
  color: var(--textHeading, #26201a);
1837
1837
  font-size: 20px;
1838
- line-height: 24px;
1838
+ line-height: 1.5;
1839
1839
  }
1840
1840
  }
1841
1841
  h5,
@@ -1902,7 +1902,7 @@ h5,
1902
1902
  .empty-state__caption-medium___Cj9cn,
1903
1903
  .empty-state__captionMedium___e0w26 {
1904
1904
  font-size: 12px;
1905
- line-height: 14px;
1905
+ line-height: 1.5;
1906
1906
  letter-spacing: -0.02em;
1907
1907
  font-weight: 500;
1908
1908
  }
@@ -1915,7 +1915,7 @@ h5,
1915
1915
  .empty-state__caption-semi-bold___ftnL8,
1916
1916
  .empty-state__captionSemiBold___yK0OI {
1917
1917
  font-size: 12px;
1918
- line-height: 14px;
1918
+ line-height: 1.5;
1919
1919
  letter-spacing: -0.02em;
1920
1920
  font-weight: 600;
1921
1921
  }
@@ -2240,7 +2240,7 @@ h4,
2240
2240
  letter-spacing: -0.02em;
2241
2241
  color: var(--textHeading, #26201a);
2242
2242
  font-size: 16px;
2243
- line-height: 18px;
2243
+ line-height: 1.5;
2244
2244
  }
2245
2245
  @media only screen and (min-width: 1024px) {
2246
2246
  h4,
@@ -2249,7 +2249,7 @@ h4,
2249
2249
  letter-spacing: -0.02em;
2250
2250
  color: var(--textHeading, #26201a);
2251
2251
  font-size: 20px;
2252
- line-height: 24px;
2252
+ line-height: 1.5;
2253
2253
  }
2254
2254
  }
2255
2255
  h5,
@@ -2316,7 +2316,7 @@ h5,
2316
2316
  .pagination__caption-medium___jtoVr,
2317
2317
  .pagination__captionMedium___jNBGw {
2318
2318
  font-size: 12px;
2319
- line-height: 14px;
2319
+ line-height: 1.5;
2320
2320
  letter-spacing: -0.02em;
2321
2321
  font-weight: 500;
2322
2322
  }
@@ -2329,7 +2329,7 @@ h5,
2329
2329
  .pagination__caption-semi-bold___fVaBz,
2330
2330
  .pagination__captionSemiBold___pXxji {
2331
2331
  font-size: 12px;
2332
- line-height: 14px;
2332
+ line-height: 1.5;
2333
2333
  letter-spacing: -0.02em;
2334
2334
  font-weight: 600;
2335
2335
  }