@gofynd/theme-template 2.0.0 → 2.0.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 (155) 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/add-to-cart/add-to-cart.js +1 -1
  70. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +350 -17
  71. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
  72. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
  73. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
  74. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
  75. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
  76. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
  77. package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
  78. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
  79. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
  80. package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
  81. package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
  82. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
  83. package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
  84. package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
  85. package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
  86. package/dist/page-layouts/single-checkout/modal.css +4 -4
  87. package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
  88. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  89. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
  90. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  91. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
  92. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
  93. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  94. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
  95. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
  96. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
  97. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  98. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
  99. package/dist/pages/blog/blog.css +20 -20
  100. package/dist/pages/blog/index.css +20 -20
  101. package/dist/pages/cart/cart.css +423 -89
  102. package/dist/pages/cart/cart.js +1 -1
  103. package/dist/pages/cart/index.css +423 -89
  104. package/dist/pages/cart/index.js +1 -1
  105. package/dist/pages/checkout/checkout.css +180 -133
  106. package/dist/pages/checkout/checkout.js +1 -1
  107. package/dist/pages/checkout/index.css +180 -133
  108. package/dist/pages/checkout/index.js +1 -1
  109. package/dist/pages/contact-us/contact-us.css +350 -17
  110. package/dist/pages/contact-us/index.css +350 -17
  111. package/dist/pages/edit-profile/edit-profile.css +12 -12
  112. package/dist/pages/edit-profile/index.css +12 -12
  113. package/dist/pages/faq/faq.css +4 -4
  114. package/dist/pages/faq/index.css +4 -4
  115. package/dist/pages/forgot-password/forget-password.css +8 -8
  116. package/dist/pages/forgot-password/index.css +8 -8
  117. package/dist/pages/index.css +764 -383
  118. package/dist/pages/index.js +1 -1
  119. package/dist/pages/login/index.css +28 -28
  120. package/dist/pages/login/login.css +28 -28
  121. package/dist/pages/order/index.css +350 -17
  122. package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
  123. package/dist/pages/order/order-tracking.css +350 -17
  124. package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
  125. package/dist/pages/order-status/index.css +363 -33
  126. package/dist/pages/order-status/index.js +1 -1
  127. package/dist/pages/order-status/order-status.css +363 -33
  128. package/dist/pages/order-status/order-status.js +1 -1
  129. package/dist/pages/product-listing/index.css +457 -124
  130. package/dist/pages/product-listing/index.js +1 -1
  131. package/dist/pages/product-listing/product-listing.css +457 -124
  132. package/dist/pages/product-listing/product-listing.js +1 -1
  133. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
  134. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
  135. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
  136. package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
  137. package/dist/pages/profile/email/email.css +362 -29
  138. package/dist/pages/profile/email/index.css +362 -29
  139. package/dist/pages/profile/index.css +350 -17
  140. package/dist/pages/profile/phone/index.css +366 -33
  141. package/dist/pages/profile/phone/phone.css +366 -33
  142. package/dist/pages/profile/profile-details.css +350 -17
  143. package/dist/pages/register/index.css +20 -20
  144. package/dist/pages/register/register.css +20 -20
  145. package/dist/pages/set-password/index.css +4 -4
  146. package/dist/pages/set-password/set-password.css +4 -4
  147. package/dist/pages/shared-cart/index.css +8 -8
  148. package/dist/pages/shared-cart/shared-cart.css +8 -8
  149. package/dist/pages/verify-email/index.css +4 -4
  150. package/dist/pages/verify-email/verify-email.css +4 -4
  151. package/dist/pages/wishlist/index.css +406 -73
  152. package/dist/pages/wishlist/index.js +1 -1
  153. package/dist/pages/wishlist/wishlist.css +406 -73
  154. package/dist/pages/wishlist/wishlist.js +1 -1
  155. 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
  .login__caption-medium___yMaSs,
183
183
  .login__captionMedium___zV5AB {
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
  .login__caption-semi-bold___ePjyl,
196
196
  .login__captionSemiBold___tFcYE {
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
  }
@@ -492,7 +492,7 @@ h4,
492
492
  letter-spacing: -0.02em;
493
493
  color: var(--textHeading, #26201a);
494
494
  font-size: 16px;
495
- line-height: 18px;
495
+ line-height: 1.5;
496
496
  }
497
497
  @media only screen and (min-width: 769px) {
498
498
  h4,
@@ -501,7 +501,7 @@ h4,
501
501
  letter-spacing: -0.02em;
502
502
  color: var(--textHeading, #26201a);
503
503
  font-size: 20px;
504
- line-height: 24px;
504
+ line-height: 1.5;
505
505
  }
506
506
  }
507
507
  h5,
@@ -568,7 +568,7 @@ h5,
568
568
  .login-password__caption-medium_____KWc,
569
569
  .login-password__captionMedium___NujVg {
570
570
  font-size: 12px;
571
- line-height: 14px;
571
+ line-height: 1.5;
572
572
  letter-spacing: -0.02em;
573
573
  font-weight: 500;
574
574
  }
@@ -581,7 +581,7 @@ h5,
581
581
  .login-password__caption-semi-bold___JR1YM,
582
582
  .login-password__captionSemiBold___jdU4j {
583
583
  font-size: 12px;
584
- line-height: 14px;
584
+ line-height: 1.5;
585
585
  letter-spacing: -0.02em;
586
586
  font-weight: 600;
587
587
  }
@@ -937,7 +937,7 @@ h4,
937
937
  letter-spacing: -0.02em;
938
938
  color: var(--textHeading, #26201a);
939
939
  font-size: 16px;
940
- line-height: 18px;
940
+ line-height: 1.5;
941
941
  }
942
942
  @media only screen and (min-width: 769px) {
943
943
  h4,
@@ -946,7 +946,7 @@ h4,
946
946
  letter-spacing: -0.02em;
947
947
  color: var(--textHeading, #26201a);
948
948
  font-size: 20px;
949
- line-height: 24px;
949
+ line-height: 1.5;
950
950
  }
951
951
  }
952
952
  h5,
@@ -1013,7 +1013,7 @@ h5,
1013
1013
  .mobile-number__caption-medium___syZZb,
1014
1014
  .mobile-number__captionMedium___iKNxh {
1015
1015
  font-size: 12px;
1016
- line-height: 14px;
1016
+ line-height: 1.5;
1017
1017
  letter-spacing: -0.02em;
1018
1018
  font-weight: 500;
1019
1019
  }
@@ -1026,7 +1026,7 @@ h5,
1026
1026
  .mobile-number__caption-semi-bold___Rbomr,
1027
1027
  .mobile-number__captionSemiBold___cKKg4 {
1028
1028
  font-size: 12px;
1029
- line-height: 14px;
1029
+ line-height: 1.5;
1030
1030
  letter-spacing: -0.02em;
1031
1031
  font-weight: 600;
1032
1032
  }
@@ -1336,7 +1336,7 @@ h4,
1336
1336
  letter-spacing: -0.02em;
1337
1337
  color: var(--textHeading, #26201a);
1338
1338
  font-size: 16px;
1339
- line-height: 18px;
1339
+ line-height: 1.5;
1340
1340
  }
1341
1341
  @media only screen and (min-width: 769px) {
1342
1342
  h4,
@@ -1345,7 +1345,7 @@ h4,
1345
1345
  letter-spacing: -0.02em;
1346
1346
  color: var(--textHeading, #26201a);
1347
1347
  font-size: 20px;
1348
- line-height: 24px;
1348
+ line-height: 1.5;
1349
1349
  }
1350
1350
  }
1351
1351
  h5,
@@ -1412,7 +1412,7 @@ h5,
1412
1412
  .login-otp__caption-medium___LLVOc,
1413
1413
  .login-otp__captionMedium___kPFGP {
1414
1414
  font-size: 12px;
1415
- line-height: 14px;
1415
+ line-height: 1.5;
1416
1416
  letter-spacing: -0.02em;
1417
1417
  font-weight: 500;
1418
1418
  }
@@ -1425,7 +1425,7 @@ h5,
1425
1425
  .login-otp__caption-semi-bold___ITiSo,
1426
1426
  .login-otp__captionSemiBold___HdiR4 {
1427
1427
  font-size: 12px;
1428
- line-height: 14px;
1428
+ line-height: 1.5;
1429
1429
  letter-spacing: -0.02em;
1430
1430
  font-weight: 600;
1431
1431
  }
@@ -1812,7 +1812,7 @@ h4,
1812
1812
  letter-spacing: -0.02em;
1813
1813
  color: var(--textHeading, #26201a);
1814
1814
  font-size: 16px;
1815
- line-height: 18px;
1815
+ line-height: 1.5;
1816
1816
  }
1817
1817
  @media only screen and (min-width: 769px) {
1818
1818
  h4,
@@ -1821,7 +1821,7 @@ h4,
1821
1821
  letter-spacing: -0.02em;
1822
1822
  color: var(--textHeading, #26201a);
1823
1823
  font-size: 20px;
1824
- line-height: 24px;
1824
+ line-height: 1.5;
1825
1825
  }
1826
1826
  }
1827
1827
  h5,
@@ -1888,7 +1888,7 @@ h5,
1888
1888
  .login-mode-button__caption-medium___sMaLa,
1889
1889
  .login-mode-button__captionMedium___Bnrn4 {
1890
1890
  font-size: 12px;
1891
- line-height: 14px;
1891
+ line-height: 1.5;
1892
1892
  letter-spacing: -0.02em;
1893
1893
  font-weight: 500;
1894
1894
  }
@@ -1901,7 +1901,7 @@ h5,
1901
1901
  .login-mode-button__caption-semi-bold____qWoY,
1902
1902
  .login-mode-button__captionSemiBold___R3HRn {
1903
1903
  font-size: 12px;
1904
- line-height: 14px;
1904
+ line-height: 1.5;
1905
1905
  letter-spacing: -0.02em;
1906
1906
  font-weight: 600;
1907
1907
  }
@@ -2175,7 +2175,7 @@ h4,
2175
2175
  letter-spacing: -0.02em;
2176
2176
  color: var(--textHeading, #26201a);
2177
2177
  font-size: 16px;
2178
- line-height: 18px;
2178
+ line-height: 1.5;
2179
2179
  }
2180
2180
  @media only screen and (min-width: 769px) {
2181
2181
  h4,
@@ -2184,7 +2184,7 @@ h4,
2184
2184
  letter-spacing: -0.02em;
2185
2185
  color: var(--textHeading, #26201a);
2186
2186
  font-size: 20px;
2187
- line-height: 24px;
2187
+ line-height: 1.5;
2188
2188
  }
2189
2189
  }
2190
2190
  h5,
@@ -2251,7 +2251,7 @@ h5,
2251
2251
  .login-register-toggle__caption-medium___TPPc2,
2252
2252
  .login-register-toggle__captionMedium___SG74Q {
2253
2253
  font-size: 12px;
2254
- line-height: 14px;
2254
+ line-height: 1.5;
2255
2255
  letter-spacing: -0.02em;
2256
2256
  font-weight: 500;
2257
2257
  }
@@ -2264,7 +2264,7 @@ h5,
2264
2264
  .login-register-toggle__caption-semi-bold___jC8wa,
2265
2265
  .login-register-toggle__captionSemiBold___ps_L5 {
2266
2266
  font-size: 12px;
2267
- line-height: 14px;
2267
+ line-height: 1.5;
2268
2268
  letter-spacing: -0.02em;
2269
2269
  font-weight: 600;
2270
2270
  }
@@ -2538,7 +2538,7 @@ h4,
2538
2538
  letter-spacing: -0.02em;
2539
2539
  color: var(--textHeading, #26201a);
2540
2540
  font-size: 16px;
2541
- line-height: 18px;
2541
+ line-height: 1.5;
2542
2542
  }
2543
2543
  @media only screen and (min-width: 769px) {
2544
2544
  h4,
@@ -2547,7 +2547,7 @@ h4,
2547
2547
  letter-spacing: -0.02em;
2548
2548
  color: var(--textHeading, #26201a);
2549
2549
  font-size: 20px;
2550
- line-height: 24px;
2550
+ line-height: 1.5;
2551
2551
  }
2552
2552
  }
2553
2553
  h5,
@@ -2614,7 +2614,7 @@ h5,
2614
2614
  .term-privacy__caption-medium___BBCs7,
2615
2615
  .term-privacy__captionMedium___Fllq8 {
2616
2616
  font-size: 12px;
2617
- line-height: 14px;
2617
+ line-height: 1.5;
2618
2618
  letter-spacing: -0.02em;
2619
2619
  font-weight: 500;
2620
2620
  }
@@ -2627,7 +2627,7 @@ h5,
2627
2627
  .term-privacy__caption-semi-bold___qAFOD,
2628
2628
  .term-privacy__captionSemiBold___yh7S3 {
2629
2629
  font-size: 12px;
2630
- line-height: 14px;
2630
+ line-height: 1.5;
2631
2631
  letter-spacing: -0.02em;
2632
2632
  font-weight: 600;
2633
2633
  }
@@ -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
  .login__caption-medium___yMaSs,
183
183
  .login__captionMedium___zV5AB {
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
  .login__caption-semi-bold___ePjyl,
196
196
  .login__captionSemiBold___tFcYE {
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
  }
@@ -492,7 +492,7 @@ h4,
492
492
  letter-spacing: -0.02em;
493
493
  color: var(--textHeading, #26201a);
494
494
  font-size: 16px;
495
- line-height: 18px;
495
+ line-height: 1.5;
496
496
  }
497
497
  @media only screen and (min-width: 769px) {
498
498
  h4,
@@ -501,7 +501,7 @@ h4,
501
501
  letter-spacing: -0.02em;
502
502
  color: var(--textHeading, #26201a);
503
503
  font-size: 20px;
504
- line-height: 24px;
504
+ line-height: 1.5;
505
505
  }
506
506
  }
507
507
  h5,
@@ -568,7 +568,7 @@ h5,
568
568
  .login-password__caption-medium_____KWc,
569
569
  .login-password__captionMedium___NujVg {
570
570
  font-size: 12px;
571
- line-height: 14px;
571
+ line-height: 1.5;
572
572
  letter-spacing: -0.02em;
573
573
  font-weight: 500;
574
574
  }
@@ -581,7 +581,7 @@ h5,
581
581
  .login-password__caption-semi-bold___JR1YM,
582
582
  .login-password__captionSemiBold___jdU4j {
583
583
  font-size: 12px;
584
- line-height: 14px;
584
+ line-height: 1.5;
585
585
  letter-spacing: -0.02em;
586
586
  font-weight: 600;
587
587
  }
@@ -937,7 +937,7 @@ h4,
937
937
  letter-spacing: -0.02em;
938
938
  color: var(--textHeading, #26201a);
939
939
  font-size: 16px;
940
- line-height: 18px;
940
+ line-height: 1.5;
941
941
  }
942
942
  @media only screen and (min-width: 769px) {
943
943
  h4,
@@ -946,7 +946,7 @@ h4,
946
946
  letter-spacing: -0.02em;
947
947
  color: var(--textHeading, #26201a);
948
948
  font-size: 20px;
949
- line-height: 24px;
949
+ line-height: 1.5;
950
950
  }
951
951
  }
952
952
  h5,
@@ -1013,7 +1013,7 @@ h5,
1013
1013
  .mobile-number__caption-medium___syZZb,
1014
1014
  .mobile-number__captionMedium___iKNxh {
1015
1015
  font-size: 12px;
1016
- line-height: 14px;
1016
+ line-height: 1.5;
1017
1017
  letter-spacing: -0.02em;
1018
1018
  font-weight: 500;
1019
1019
  }
@@ -1026,7 +1026,7 @@ h5,
1026
1026
  .mobile-number__caption-semi-bold___Rbomr,
1027
1027
  .mobile-number__captionSemiBold___cKKg4 {
1028
1028
  font-size: 12px;
1029
- line-height: 14px;
1029
+ line-height: 1.5;
1030
1030
  letter-spacing: -0.02em;
1031
1031
  font-weight: 600;
1032
1032
  }
@@ -1336,7 +1336,7 @@ h4,
1336
1336
  letter-spacing: -0.02em;
1337
1337
  color: var(--textHeading, #26201a);
1338
1338
  font-size: 16px;
1339
- line-height: 18px;
1339
+ line-height: 1.5;
1340
1340
  }
1341
1341
  @media only screen and (min-width: 769px) {
1342
1342
  h4,
@@ -1345,7 +1345,7 @@ h4,
1345
1345
  letter-spacing: -0.02em;
1346
1346
  color: var(--textHeading, #26201a);
1347
1347
  font-size: 20px;
1348
- line-height: 24px;
1348
+ line-height: 1.5;
1349
1349
  }
1350
1350
  }
1351
1351
  h5,
@@ -1412,7 +1412,7 @@ h5,
1412
1412
  .login-otp__caption-medium___LLVOc,
1413
1413
  .login-otp__captionMedium___kPFGP {
1414
1414
  font-size: 12px;
1415
- line-height: 14px;
1415
+ line-height: 1.5;
1416
1416
  letter-spacing: -0.02em;
1417
1417
  font-weight: 500;
1418
1418
  }
@@ -1425,7 +1425,7 @@ h5,
1425
1425
  .login-otp__caption-semi-bold___ITiSo,
1426
1426
  .login-otp__captionSemiBold___HdiR4 {
1427
1427
  font-size: 12px;
1428
- line-height: 14px;
1428
+ line-height: 1.5;
1429
1429
  letter-spacing: -0.02em;
1430
1430
  font-weight: 600;
1431
1431
  }
@@ -1812,7 +1812,7 @@ h4,
1812
1812
  letter-spacing: -0.02em;
1813
1813
  color: var(--textHeading, #26201a);
1814
1814
  font-size: 16px;
1815
- line-height: 18px;
1815
+ line-height: 1.5;
1816
1816
  }
1817
1817
  @media only screen and (min-width: 769px) {
1818
1818
  h4,
@@ -1821,7 +1821,7 @@ h4,
1821
1821
  letter-spacing: -0.02em;
1822
1822
  color: var(--textHeading, #26201a);
1823
1823
  font-size: 20px;
1824
- line-height: 24px;
1824
+ line-height: 1.5;
1825
1825
  }
1826
1826
  }
1827
1827
  h5,
@@ -1888,7 +1888,7 @@ h5,
1888
1888
  .login-mode-button__caption-medium___sMaLa,
1889
1889
  .login-mode-button__captionMedium___Bnrn4 {
1890
1890
  font-size: 12px;
1891
- line-height: 14px;
1891
+ line-height: 1.5;
1892
1892
  letter-spacing: -0.02em;
1893
1893
  font-weight: 500;
1894
1894
  }
@@ -1901,7 +1901,7 @@ h5,
1901
1901
  .login-mode-button__caption-semi-bold____qWoY,
1902
1902
  .login-mode-button__captionSemiBold___R3HRn {
1903
1903
  font-size: 12px;
1904
- line-height: 14px;
1904
+ line-height: 1.5;
1905
1905
  letter-spacing: -0.02em;
1906
1906
  font-weight: 600;
1907
1907
  }
@@ -2175,7 +2175,7 @@ h4,
2175
2175
  letter-spacing: -0.02em;
2176
2176
  color: var(--textHeading, #26201a);
2177
2177
  font-size: 16px;
2178
- line-height: 18px;
2178
+ line-height: 1.5;
2179
2179
  }
2180
2180
  @media only screen and (min-width: 769px) {
2181
2181
  h4,
@@ -2184,7 +2184,7 @@ h4,
2184
2184
  letter-spacing: -0.02em;
2185
2185
  color: var(--textHeading, #26201a);
2186
2186
  font-size: 20px;
2187
- line-height: 24px;
2187
+ line-height: 1.5;
2188
2188
  }
2189
2189
  }
2190
2190
  h5,
@@ -2251,7 +2251,7 @@ h5,
2251
2251
  .login-register-toggle__caption-medium___TPPc2,
2252
2252
  .login-register-toggle__captionMedium___SG74Q {
2253
2253
  font-size: 12px;
2254
- line-height: 14px;
2254
+ line-height: 1.5;
2255
2255
  letter-spacing: -0.02em;
2256
2256
  font-weight: 500;
2257
2257
  }
@@ -2264,7 +2264,7 @@ h5,
2264
2264
  .login-register-toggle__caption-semi-bold___jC8wa,
2265
2265
  .login-register-toggle__captionSemiBold___ps_L5 {
2266
2266
  font-size: 12px;
2267
- line-height: 14px;
2267
+ line-height: 1.5;
2268
2268
  letter-spacing: -0.02em;
2269
2269
  font-weight: 600;
2270
2270
  }
@@ -2538,7 +2538,7 @@ h4,
2538
2538
  letter-spacing: -0.02em;
2539
2539
  color: var(--textHeading, #26201a);
2540
2540
  font-size: 16px;
2541
- line-height: 18px;
2541
+ line-height: 1.5;
2542
2542
  }
2543
2543
  @media only screen and (min-width: 769px) {
2544
2544
  h4,
@@ -2547,7 +2547,7 @@ h4,
2547
2547
  letter-spacing: -0.02em;
2548
2548
  color: var(--textHeading, #26201a);
2549
2549
  font-size: 20px;
2550
- line-height: 24px;
2550
+ line-height: 1.5;
2551
2551
  }
2552
2552
  }
2553
2553
  h5,
@@ -2614,7 +2614,7 @@ h5,
2614
2614
  .term-privacy__caption-medium___BBCs7,
2615
2615
  .term-privacy__captionMedium___Fllq8 {
2616
2616
  font-size: 12px;
2617
- line-height: 14px;
2617
+ line-height: 1.5;
2618
2618
  letter-spacing: -0.02em;
2619
2619
  font-weight: 500;
2620
2620
  }
@@ -2627,7 +2627,7 @@ h5,
2627
2627
  .term-privacy__caption-semi-bold___qAFOD,
2628
2628
  .term-privacy__captionSemiBold___yh7S3 {
2629
2629
  font-size: 12px;
2630
- line-height: 14px;
2630
+ line-height: 1.5;
2631
2631
  letter-spacing: -0.02em;
2632
2632
  font-weight: 600;
2633
2633
  }