@djb25/digit-ui-css 1.0.85 → 1.0.87

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 (61) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +1 -1
  5. package/src/components/CitizenHomeCard.scss +6 -6
  6. package/src/components/EkycAssign.scss +5 -6
  7. package/src/components/FAQ.scss +2 -2
  8. package/src/components/SearchForm.scss +25 -25
  9. package/src/components/SurveyorDetailsDashboard.scss +29 -29
  10. package/src/components/TimeLine.scss +2 -2
  11. package/src/components/VerticalTimeline.scss +3 -3
  12. package/src/components/WorkflowTimeline.scss +5 -5
  13. package/src/components/accessibility.scss +177 -0
  14. package/src/components/body.scss +16 -16
  15. package/src/components/buttons.scss +3 -3
  16. package/src/components/card.scss +10 -10
  17. package/src/components/checkbox.scss +1 -1
  18. package/src/components/filters.scss +1 -1
  19. package/src/components/financeUi.scss +25 -25
  20. package/src/components/howItWorks.scss +4 -4
  21. package/src/components/inboxv2/InboxLinks.scss +2 -2
  22. package/src/components/inboxv2/horizontalNav.scss +1 -1
  23. package/src/components/inboxv2/inboxSearch.scss +2 -2
  24. package/src/components/landingpage.scss +156 -156
  25. package/src/components/languageSelector.scss +1 -1
  26. package/src/components/moduleHeader.scss +4 -4
  27. package/src/components/multiSelectDropdown.scss +1 -1
  28. package/src/components/navbar.scss +3 -3
  29. package/src/components/plusMinus.scss +1 -1
  30. package/src/components/reportDownload.scss +6 -6
  31. package/src/components/selectdropdown.scss +3 -2
  32. package/src/components/staticDynamicMessages.scss +5 -5
  33. package/src/components/staticSideBar.scss +2 -2
  34. package/src/components/summary.scss +4 -4
  35. package/src/components/table.scss +15 -15
  36. package/src/components/tag.scss +1 -1
  37. package/src/components/textfields.scss +7 -6
  38. package/src/components/topbar.scss +19 -17
  39. package/src/components/uploadcomponents.scss +1 -1
  40. package/src/digitv2/components/breadCrumbV2.scss +1 -1
  41. package/src/digitv2/components/selectdropdownV2.scss +4 -2
  42. package/src/digitv2/components/tagV2.scss +1 -1
  43. package/src/digitv2/components/textInputV2.scss +8 -4
  44. package/src/digitv2/pages/employee/workbench.scss +4 -4
  45. package/src/index.scss +10 -8
  46. package/src/pages/citizen/DocumentList.scss +11 -11
  47. package/src/pages/citizen/HomePageWrapper.scss +7 -7
  48. package/src/pages/citizen/Register.scss +36 -36
  49. package/src/pages/citizen/ekycStatus.scss +6 -6
  50. package/src/pages/employee/EmployeeModuleCard.scss +4 -4
  51. package/src/pages/employee/container.scss +1 -1
  52. package/src/pages/employee/dashboard.scss +16 -16
  53. package/src/pages/employee/dss.scss +11 -11
  54. package/src/pages/employee/ekyc.scss +51 -51
  55. package/src/pages/employee/ekycDashboard.scss +38 -38
  56. package/src/pages/employee/inbox.scss +8 -8
  57. package/src/pages/employee/index.scss +33 -32
  58. package/src/pages/employee/login.scss +9 -9
  59. package/src/pages/employee/scroll-table.scss +1 -1
  60. package/src/pages/employee/surveys.scss +1 -1
  61. package/src/pages/employee/ws-calculation.scss +209 -0
@@ -15,7 +15,7 @@ body {
15
15
  border-bottom: 1px solid #fde68a;
16
16
  padding: 8px 0;
17
17
  color: #78350f; /* Amber-900 text */
18
- font-size: 13.5px;
18
+ font-size: 0.84375rem;
19
19
  font-weight: 500;
20
20
  display: flex;
21
21
  align-items: center;
@@ -94,14 +94,14 @@ body {
94
94
  }
95
95
 
96
96
  .branding h2 {
97
- font-size: 28px;
97
+ font-size: 1.75rem;
98
98
  margin: 0;
99
99
  color: #003366;
100
100
  font-weight: 700;
101
101
  }
102
102
 
103
103
  .branding p {
104
- font-size: 14px;
104
+ font-size: 0.875rem;
105
105
  margin: 0;
106
106
  }
107
107
 
@@ -112,7 +112,7 @@ body {
112
112
  display: flex;
113
113
  justify-content: space-between;
114
114
  align-items: center;
115
- font-size: 13px;
115
+ font-size: 0.8125rem;
116
116
  font-weight: 500;
117
117
  border-bottom: 1px solid #e2e8f0;
118
118
  height: 38px;
@@ -222,7 +222,7 @@ body {
222
222
 
223
223
  .brand-title {
224
224
  font-family: "Crimson Pro", serif;
225
- font-size: 29px;
225
+ font-size: 1.8125rem;
226
226
  font-weight: 700;
227
227
  color: #003366;
228
228
  line-height: 1.1;
@@ -231,7 +231,7 @@ body {
231
231
  }
232
232
 
233
233
  .brand-subtitle {
234
- font-size: 10.5px;
234
+ font-size: 0.65625rem;
235
235
  font-weight: 600;
236
236
  color: #0070b4;
237
237
  line-height: 1.2;
@@ -246,7 +246,7 @@ body {
246
246
  }
247
247
 
248
248
  .upyog-nav a {
249
- font-size: 14px;
249
+ font-size: 0.875rem;
250
250
  color: #003366;
251
251
  text-decoration: none;
252
252
  font-weight: 500;
@@ -326,14 +326,14 @@ body {
326
326
  }
327
327
 
328
328
  .upyog-hero-welcome-text {
329
- font-size: 18px;
329
+ font-size: 1.125rem;
330
330
  font-weight: 400;
331
331
  opacity: 0.9;
332
332
  margin: 0 0 6px 0;
333
333
  }
334
334
 
335
335
  .upyog-hero-title {
336
- font-size: 40px;
336
+ font-size: 2.5rem;
337
337
  font-weight: 700;
338
338
  margin: 0;
339
339
  line-height: 1.2;
@@ -494,7 +494,7 @@ body {
494
494
  }
495
495
 
496
496
  .upyog-suggested-label {
497
- font-size: 14.5px;
497
+ font-size: 0.90625rem;
498
498
  font-weight: 600;
499
499
  color: #475569;
500
500
  }
@@ -505,7 +505,7 @@ body {
505
505
  border: 1.5px solid #e2e8f0;
506
506
  border-radius: 999px;
507
507
  padding: 8px 20px;
508
- font-size: 14px;
508
+ font-size: 0.875rem;
509
509
  font-weight: 600;
510
510
  color: #334155;
511
511
  cursor: pointer;
@@ -540,7 +540,7 @@ body {
540
540
 
541
541
  .upyog-suggested-btn {
542
542
  padding: 8px 14px;
543
- font-size: 13px;
543
+ font-size: 0.8125rem;
544
544
  }
545
545
  }
546
546
 
@@ -555,7 +555,7 @@ body {
555
555
 
556
556
  /* Title */
557
557
  .upyog-quick-title {
558
- font-size: 24px;
558
+ font-size: 1.5rem;
559
559
  font-weight: 700;
560
560
  color: #fff;
561
561
  margin-bottom: 35px;
@@ -600,7 +600,7 @@ body {
600
600
  display: flex;
601
601
  justify-content: center;
602
602
  align-items: center;
603
- font-size: 20px;
603
+ font-size: 1.25rem;
604
604
  margin-right: 16px;
605
605
  color: #2563eb;
606
606
  transition: all 0.3s ease;
@@ -614,7 +614,7 @@ body {
614
614
  .upyog-quick-text {
615
615
  flex: 1;
616
616
  text-align: left;
617
- font-size: 15px;
617
+ font-size: 0.9375rem;
618
618
  font-weight: 600;
619
619
  color: #1e293b;
620
620
  transition: color 0.3s ease;
@@ -626,7 +626,7 @@ body {
626
626
 
627
627
  /* Right Arrow */
628
628
  .upyog-quick-arrow {
629
- font-size: 22px;
629
+ font-size: 1.375rem;
630
630
  font-weight: 700;
631
631
  color: #64748b;
632
632
  transition: all 0.3s ease;
@@ -709,7 +709,7 @@ body {
709
709
  color: #1a73e8;
710
710
  padding: 12px 28px;
711
711
  border-radius: 30px;
712
- font-size: 16px;
712
+ font-size: 1rem;
713
713
  cursor: pointer;
714
714
  }
715
715
 
@@ -729,7 +729,7 @@ body {
729
729
  }
730
730
 
731
731
  .upyog-service-title {
732
- font-size: 22px;
732
+ font-size: 1.375rem;
733
733
  font-weight: 700;
734
734
  color: #002b5c;
735
735
  margin-bottom: 25px;
@@ -782,7 +782,7 @@ body {
782
782
  color: #1a73e8;
783
783
  padding: 10px 26px;
784
784
  border-radius: 25px;
785
- font-size: 16px;
785
+ font-size: 1rem;
786
786
  cursor: pointer;
787
787
  transition: 0.2s ease;
788
788
  }
@@ -802,7 +802,7 @@ body {
802
802
  /* TITLE */
803
803
  .news-title {
804
804
  text-align: center;
805
- font-size: 28px;
805
+ font-size: 1.75rem;
806
806
  font-weight: 700;
807
807
  margin-bottom: 28px;
808
808
  color: #1f1f1f;
@@ -844,7 +844,7 @@ body {
844
844
  padding: 6px 12px;
845
845
  color: #fff;
846
846
  border-radius: 6px;
847
- font-size: 13px;
847
+ font-size: 0.8125rem;
848
848
  font-weight: 600;
849
849
  }
850
850
 
@@ -854,19 +854,19 @@ body {
854
854
  }
855
855
 
856
856
  .featured-heading {
857
- font-size: 22px;
857
+ font-size: 1.375rem;
858
858
  font-weight: 700;
859
859
  margin-bottom: 12px;
860
860
  }
861
861
 
862
862
  .featured-date {
863
- font-size: 14px;
863
+ font-size: 0.875rem;
864
864
  color: #7d7d7d;
865
865
  margin-bottom: 12px;
866
866
  }
867
867
 
868
868
  .featured-desc {
869
- font-size: 15px;
869
+ font-size: 0.9375rem;
870
870
  color: #474747;
871
871
  line-height: 1.6;
872
872
  margin-bottom: 20px;
@@ -919,7 +919,7 @@ body {
919
919
  }
920
920
 
921
921
  .news-card-title {
922
- font-size: 15px;
922
+ font-size: 0.9375rem;
923
923
  font-weight: 600;
924
924
  padding: 12px;
925
925
  min-height: 55px;
@@ -927,7 +927,7 @@ body {
927
927
  }
928
928
 
929
929
  .news-card-date {
930
- font-size: 13px;
930
+ font-size: 0.8125rem;
931
931
  color: #666;
932
932
  padding: 0 12px 14px;
933
933
  }
@@ -949,7 +949,7 @@ body {
949
949
  background: #ffffff;
950
950
  border: none;
951
951
  border-radius: 50%;
952
- font-size: 26px;
952
+ font-size: 1.625rem;
953
953
  cursor: pointer;
954
954
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
955
955
  display: flex;
@@ -986,7 +986,7 @@ body {
986
986
  color: #007aff;
987
987
  border: 1px solid #007aff;
988
988
 
989
- font-size: 15px;
989
+ font-size: 0.9375rem;
990
990
  cursor: pointer;
991
991
  position: relative;
992
992
 
@@ -1031,7 +1031,7 @@ body {
1031
1031
  }
1032
1032
 
1033
1033
  .stats-value {
1034
- font-size: 26px;
1034
+ font-size: 1.625rem;
1035
1035
  }
1036
1036
  }
1037
1037
 
@@ -1044,7 +1044,7 @@ body {
1044
1044
 
1045
1045
  /* Title */
1046
1046
  .videos-title {
1047
- font-size: 26px;
1047
+ font-size: 1.625rem;
1048
1048
  font-weight: 700;
1049
1049
  margin-bottom: 40px;
1050
1050
  color: #1a1a1a;
@@ -1135,7 +1135,7 @@ body {
1135
1135
  }
1136
1136
 
1137
1137
  .footer-grid h3 {
1138
- font-size: 15px;
1138
+ font-size: 0.9375rem;
1139
1139
  color: #ffffff;
1140
1140
  margin-bottom: 24px;
1141
1141
  font-weight: 600;
@@ -1176,7 +1176,7 @@ body {
1176
1176
 
1177
1177
  .contact-text-lines {
1178
1178
  color: #cbd5e1;
1179
- font-size: 13.5px;
1179
+ font-size: 0.84375rem;
1180
1180
  line-height: 1.7;
1181
1181
  margin: 0 !important;
1182
1182
  cursor: default;
@@ -1215,7 +1215,7 @@ body {
1215
1215
  }
1216
1216
 
1217
1217
  .footer-link-item .link-text {
1218
- font-size: 13.5px;
1218
+ font-size: 0.84375rem;
1219
1219
  line-height: 1.6;
1220
1220
  }
1221
1221
 
@@ -1240,7 +1240,7 @@ body {
1240
1240
  .footer-grid .contact-btn header {
1241
1241
  color: #ffffff !important;
1242
1242
  font-weight: 600 !important;
1243
- font-size: 13.5px !important;
1243
+ font-size: 0.84375rem !important;
1244
1244
  line-height: 1 !important;
1245
1245
  transition: color 0.3s ease;
1246
1246
  }
@@ -1276,7 +1276,7 @@ body {
1276
1276
  .footer-grid .feedback-btn header {
1277
1277
  color: #061224 !important;
1278
1278
  font-weight: 600 !important;
1279
- font-size: 13.5px !important;
1279
+ font-size: 0.84375rem !important;
1280
1280
  line-height: 1 !important;
1281
1281
  }
1282
1282
 
@@ -1308,7 +1308,7 @@ body {
1308
1308
  }
1309
1309
 
1310
1310
  .footer-bottom .copyright {
1311
- font-size: 13px;
1311
+ font-size: 0.8125rem;
1312
1312
  color: #64748b;
1313
1313
  opacity: 0.9;
1314
1314
  line-height: 1.6;
@@ -1351,7 +1351,7 @@ body {
1351
1351
  }
1352
1352
  .social-icons svg {
1353
1353
  color: #fff;
1354
- font-size: 18px;
1354
+ font-size: 1.125rem;
1355
1355
  cursor: pointer;
1356
1356
  transition: 0.3s;
1357
1357
  }
@@ -1389,7 +1389,7 @@ body {
1389
1389
  /* --------------------------- */
1390
1390
 
1391
1391
  .stats-value {
1392
- font-size: 34px;
1392
+ font-size: 2.125rem;
1393
1393
  font-weight: 800;
1394
1394
  color: #005bbb;
1395
1395
  margin-bottom: 12px;
@@ -1399,7 +1399,7 @@ body {
1399
1399
  }
1400
1400
 
1401
1401
  .stats-title {
1402
- font-size: 18px;
1402
+ font-size: 1.125rem;
1403
1403
  font-weight: 700;
1404
1404
  color: #0f172a;
1405
1405
  margin-bottom: 10px;
@@ -1408,7 +1408,7 @@ body {
1408
1408
  }
1409
1409
 
1410
1410
  .stats-desc {
1411
- font-size: 13.5px;
1411
+ font-size: 0.84375rem;
1412
1412
  color: #475569;
1413
1413
  line-height: 1.5;
1414
1414
  position: relative;
@@ -1508,7 +1508,7 @@ body {
1508
1508
  right: 10px;
1509
1509
  color: #0f2942;
1510
1510
  font-weight: 700;
1511
- font-size: 14.5px;
1511
+ font-size: 0.90625rem;
1512
1512
  text-align: center;
1513
1513
  z-index: 5;
1514
1514
  line-height: 1.3;
@@ -1530,7 +1530,7 @@ body {
1530
1530
  background: linear-gradient(135deg, #005bbb, #003c8f);
1531
1531
  color: #ffffff !important;
1532
1532
  text-decoration: none !important;
1533
- font-size: 15px;
1533
+ font-size: 0.9375rem;
1534
1534
  font-weight: 600;
1535
1535
  border-radius: 50px;
1536
1536
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.3);
@@ -1577,7 +1577,7 @@ body {
1577
1577
  .dropdown-item {
1578
1578
  display: block;
1579
1579
  padding: 10px 14px;
1580
- font-size: 14px;
1580
+ font-size: 0.875rem;
1581
1581
  color: #333;
1582
1582
  text-decoration: none;
1583
1583
  }
@@ -1635,7 +1635,7 @@ body {
1635
1635
  border: 1px solid rgba(255, 255, 255, 0.15);
1636
1636
  padding: 6px 16px;
1637
1637
  border-radius: 50px;
1638
- font-size: 13px;
1638
+ font-size: 0.8125rem;
1639
1639
  font-weight: 600;
1640
1640
  text-transform: uppercase;
1641
1641
  letter-spacing: 1px;
@@ -1644,7 +1644,7 @@ body {
1644
1644
  }
1645
1645
 
1646
1646
  .contact-hero-content h1 {
1647
- font-size: 32px;
1647
+ font-size: 2rem;
1648
1648
  font-weight: 700;
1649
1649
  margin: 0 0 12px;
1650
1650
  letter-spacing: -0.5px;
@@ -1652,7 +1652,7 @@ body {
1652
1652
  }
1653
1653
 
1654
1654
  .contact-hero-content p {
1655
- font-size: 15.5px;
1655
+ font-size: 0.96875rem;
1656
1656
  color: #94a3b8;
1657
1657
  line-height: 1.6;
1658
1658
  margin: 0;
@@ -1719,7 +1719,7 @@ body {
1719
1719
  }
1720
1720
 
1721
1721
  .card-header h3 {
1722
- font-size: 18px;
1722
+ font-size: 1.125rem;
1723
1723
  font-weight: 700;
1724
1724
  color: #0f172a;
1725
1725
  margin: 0 !important;
@@ -1727,7 +1727,7 @@ body {
1727
1727
 
1728
1728
  /* Helpline Card Specifics */
1729
1729
  .helpline-notice {
1730
- font-size: 12.5px;
1730
+ font-size: 0.78125rem;
1731
1731
  font-weight: 600;
1732
1732
  color: #475569;
1733
1733
  background: #f8fafc;
@@ -1752,7 +1752,7 @@ body {
1752
1752
  }
1753
1753
 
1754
1754
  .group-title {
1755
- font-size: 13.5px;
1755
+ font-size: 0.84375rem;
1756
1756
  font-weight: 700;
1757
1757
  color: #0f172a;
1758
1758
  text-transform: uppercase;
@@ -1776,7 +1776,7 @@ body {
1776
1776
  padding: 10px 16px;
1777
1777
  color: #0f172a;
1778
1778
  font-weight: 600;
1779
- font-size: 14px;
1779
+ font-size: 0.875rem;
1780
1780
  text-decoration: none;
1781
1781
  transition: all 0.2s ease;
1782
1782
  }
@@ -1812,7 +1812,7 @@ body {
1812
1812
  display: inline-flex;
1813
1813
  align-items: center;
1814
1814
  gap: 8px;
1815
- font-size: 18px;
1815
+ font-size: 1.125rem;
1816
1816
  font-weight: 800;
1817
1817
  color: #c53030;
1818
1818
  text-decoration: none;
@@ -1846,7 +1846,7 @@ body {
1846
1846
  }
1847
1847
 
1848
1848
  .label-badge {
1849
- font-size: 11px;
1849
+ font-size: 0.6875rem;
1850
1850
  font-weight: 700;
1851
1851
  text-transform: uppercase;
1852
1852
  padding: 2px 8px;
@@ -1859,7 +1859,7 @@ body {
1859
1859
  }
1860
1860
 
1861
1861
  .label-text {
1862
- font-size: 12.5px;
1862
+ font-size: 0.78125rem;
1863
1863
  color: #475569;
1864
1864
  font-weight: 500;
1865
1865
  }
@@ -1867,7 +1867,7 @@ body {
1867
1867
  .badge-new {
1868
1868
  background: #e53e3e;
1869
1869
  color: #ffffff;
1870
- font-size: 9px;
1870
+ font-size: 0.5625rem;
1871
1871
  font-weight: 800;
1872
1872
  padding: 1px 6px;
1873
1873
  border-radius: 4px;
@@ -1900,7 +1900,7 @@ body {
1900
1900
  padding: 8px 16px;
1901
1901
  border-radius: 50px;
1902
1902
  font-weight: 700;
1903
- font-size: 14px;
1903
+ font-size: 0.875rem;
1904
1904
  text-decoration: none;
1905
1905
  transition: all 0.2s ease;
1906
1906
  }
@@ -1927,7 +1927,7 @@ body {
1927
1927
  }
1928
1928
 
1929
1929
  .wa-meta-text {
1930
- font-size: 13px;
1930
+ font-size: 0.8125rem;
1931
1931
  color: #475569;
1932
1932
  font-weight: 500;
1933
1933
  display: flex;
@@ -1942,7 +1942,7 @@ body {
1942
1942
  }
1943
1943
 
1944
1944
  .legacy-sub-heading {
1945
- font-size: 13.5px;
1945
+ font-size: 0.84375rem;
1946
1946
  font-weight: 600;
1947
1947
  color: #475569;
1948
1948
  margin-bottom: 12px;
@@ -1960,7 +1960,7 @@ body {
1960
1960
  gap: 8px;
1961
1961
  padding: 10px 18px;
1962
1962
  border-radius: 8px;
1963
- font-size: 13px;
1963
+ font-size: 0.8125rem;
1964
1964
  font-weight: 600;
1965
1965
  text-decoration: none;
1966
1966
  transition: all 0.2s ease;
@@ -2030,7 +2030,7 @@ body {
2030
2030
  padding: 14px 16px;
2031
2031
  border: 1.5px solid #e2e8f0;
2032
2032
  border-radius: 10px;
2033
- font-size: 14.5px;
2033
+ font-size: 0.90625rem;
2034
2034
  color: #0f172a;
2035
2035
  background: #f8fafc;
2036
2036
  outline: none;
@@ -2060,7 +2060,7 @@ body {
2060
2060
  border: none;
2061
2061
  border-radius: 50px;
2062
2062
  padding: 12px 30px;
2063
- font-size: 14.5px;
2063
+ font-size: 0.90625rem;
2064
2064
  font-weight: 700;
2065
2065
  cursor: pointer;
2066
2066
  align-self: flex-start;
@@ -2142,14 +2142,14 @@ body {
2142
2142
  }
2143
2143
 
2144
2144
  .info-block-box h4 {
2145
- font-size: 15px;
2145
+ font-size: 0.9375rem;
2146
2146
  font-weight: 700;
2147
2147
  color: #0f172a;
2148
2148
  margin: 0 0 10px;
2149
2149
  }
2150
2150
 
2151
2151
  .info-block-box p {
2152
- font-size: 13px;
2152
+ font-size: 0.8125rem;
2153
2153
  color: #475569;
2154
2154
  line-height: 1.6;
2155
2155
  margin: 0;
@@ -2191,10 +2191,10 @@ body {
2191
2191
  padding: 40px 20px;
2192
2192
  }
2193
2193
  .contact-hero-content h1 {
2194
- font-size: 26px;
2194
+ font-size: 1.625rem;
2195
2195
  }
2196
2196
  .contact-hero-content p {
2197
- font-size: 14px;
2197
+ font-size: 0.875rem;
2198
2198
  }
2199
2199
  .form-grid-fields {
2200
2200
  grid-template-columns: 1fr;
@@ -2240,7 +2240,7 @@ body {
2240
2240
  position: absolute;
2241
2241
  top: 8px;
2242
2242
  right: 12px;
2243
- font-size: 18px;
2243
+ font-size: 1.125rem;
2244
2244
  background: none;
2245
2245
  border: none;
2246
2246
  cursor: pointer;
@@ -2250,7 +2250,7 @@ body {
2250
2250
  .upyog-nav .nav-hover-btn {
2251
2251
  padding: 8px 16px;
2252
2252
  border-radius: 6px;
2253
- font-size: 14.5px;
2253
+ font-size: 0.90625rem;
2254
2254
  font-weight: 600;
2255
2255
  color: #1e293b;
2256
2256
  text-decoration: none;
@@ -2287,7 +2287,7 @@ body {
2287
2287
  border: none;
2288
2288
  padding: 9px 24px;
2289
2289
  border-radius: 50px;
2290
- font-size: 14px;
2290
+ font-size: 0.875rem;
2291
2291
  font-weight: 600;
2292
2292
  cursor: pointer;
2293
2293
  box-shadow: 0 4px 14px rgba(0, 91, 187, 0.2);
@@ -2323,7 +2323,7 @@ body {
2323
2323
  background: #0b4da2;
2324
2324
  color: #fff;
2325
2325
  padding: 12px 16px;
2326
- font-size: 15px;
2326
+ font-size: 0.9375rem;
2327
2327
  font-weight: 600;
2328
2328
  }
2329
2329
 
@@ -2335,7 +2335,7 @@ body {
2335
2335
  border: none;
2336
2336
  background: #fff;
2337
2337
  text-align: left;
2338
- font-size: 14px;
2338
+ font-size: 0.875rem;
2339
2339
  cursor: pointer;
2340
2340
  border-bottom: 1px solid #e5e7eb;
2341
2341
  transition: background 0.2s ease;
@@ -2405,7 +2405,7 @@ body {
2405
2405
  color: #ffffff;
2406
2406
  padding: 16px 20px;
2407
2407
  font-weight: 700;
2408
- font-size: 14px;
2408
+ font-size: 0.875rem;
2409
2409
  text-transform: uppercase;
2410
2410
  letter-spacing: 0.5px;
2411
2411
  }
@@ -2417,7 +2417,7 @@ body {
2417
2417
  border: none;
2418
2418
  background: #fff;
2419
2419
  text-align: left;
2420
- font-size: 15px;
2420
+ font-size: 0.9375rem;
2421
2421
  font-weight: 500;
2422
2422
  color: #334155;
2423
2423
  cursor: pointer;
@@ -2467,7 +2467,7 @@ body {
2467
2467
 
2468
2468
  .djb-tabs button {
2469
2469
  padding: 10px 20px;
2470
- font-size: 14px;
2470
+ font-size: 0.875rem;
2471
2471
  font-weight: 600;
2472
2472
  color: #64748b;
2473
2473
  background: transparent;
@@ -2490,7 +2490,7 @@ body {
2490
2490
  }
2491
2491
 
2492
2492
  .djb-section-title {
2493
- font-size: 28px;
2493
+ font-size: 1.75rem;
2494
2494
  color: #1e293b;
2495
2495
  margin-bottom: 24px;
2496
2496
  padding-bottom: 12px;
@@ -2512,14 +2512,14 @@ body {
2512
2512
 
2513
2513
  /* Subheading */
2514
2514
  .djb-sub-title {
2515
- font-size: 16px;
2515
+ font-size: 1rem;
2516
2516
  font-weight: 700;
2517
2517
  color: #334155;
2518
2518
  margin: 28px 0 14px;
2519
2519
  }
2520
2520
 
2521
2521
  .djb-section p {
2522
- font-size: 16px;
2522
+ font-size: 1rem;
2523
2523
  line-height: 1.7;
2524
2524
  color: #475569;
2525
2525
  margin-bottom: 20px;
@@ -2529,7 +2529,7 @@ body {
2529
2529
  .djb-list li::before {
2530
2530
  content: "•";
2531
2531
  color: #0070b4;
2532
- font-size: 20px;
2532
+ font-size: 1.25rem;
2533
2533
  position: absolute;
2534
2534
  left: 4px;
2535
2535
  top: -2px;
@@ -2550,7 +2550,7 @@ body {
2550
2550
  background: #f8fafc;
2551
2551
  color: #1e293b;
2552
2552
  font-weight: 700;
2553
- font-size: 13px;
2553
+ font-size: 0.8125rem;
2554
2554
  text-transform: uppercase;
2555
2555
  letter-spacing: 0.5px;
2556
2556
  padding: 16px 20px;
@@ -2562,7 +2562,7 @@ body {
2562
2562
  padding: 16px 20px;
2563
2563
  border-bottom: 1px solid #e2e8f0;
2564
2564
  color: #475569;
2565
- font-size: 14.5px;
2565
+ font-size: 0.90625rem;
2566
2566
  line-height: 1.6;
2567
2567
  }
2568
2568
 
@@ -2593,7 +2593,7 @@ body {
2593
2593
  .revenue-value {
2594
2594
  font-weight: 700;
2595
2595
  color: #0070b4;
2596
- font-size: 15px;
2596
+ font-size: 0.9375rem;
2597
2597
  }
2598
2598
 
2599
2599
  .revenue-bar {
@@ -2694,7 +2694,7 @@ body {
2694
2694
  }
2695
2695
 
2696
2696
  .doc-title {
2697
- font-size: 18px;
2697
+ font-size: 1.125rem;
2698
2698
  font-weight: 800;
2699
2699
  color: #003366;
2700
2700
  margin: 0;
@@ -2703,7 +2703,7 @@ body {
2703
2703
  .doc-meta {
2704
2704
  display: flex;
2705
2705
  gap: 12px;
2706
- font-size: 13px;
2706
+ font-size: 0.8125rem;
2707
2707
  color: #64748b;
2708
2708
  margin-top: 6px;
2709
2709
  }
@@ -2713,7 +2713,7 @@ body {
2713
2713
  background: #ecfdf5;
2714
2714
  border-bottom: 1px solid #a7f3d0;
2715
2715
  color: #065f46;
2716
- font-size: 13.5px;
2716
+ font-size: 0.84375rem;
2717
2717
  font-weight: 600;
2718
2718
  display: flex;
2719
2719
  align-items: center;
@@ -2766,18 +2766,18 @@ body {
2766
2766
  }
2767
2767
 
2768
2768
  .djb-section-title {
2769
- font-size: 19px;
2769
+ font-size: 1.1875rem;
2770
2770
  }
2771
2771
 
2772
2772
  .djb-section p,
2773
2773
  .djb-list li {
2774
- font-size: 14px;
2774
+ font-size: 0.875rem;
2775
2775
  }
2776
2776
 
2777
2777
  .djb-table th,
2778
2778
  .djb-table td {
2779
2779
  padding: 12px 14px;
2780
- font-size: 13.5px;
2780
+ font-size: 0.84375rem;
2781
2781
  }
2782
2782
 
2783
2783
  .doc-header {
@@ -2824,7 +2824,7 @@ body {
2824
2824
  background: #ffffff;
2825
2825
  padding: 6px 12px;
2826
2826
  border-radius: 6px;
2827
- font-size: 12.5px;
2827
+ font-size: 0.78125rem;
2828
2828
  font-weight: 600;
2829
2829
  color: #0b5fa5;
2830
2830
  display: inline-flex;
@@ -2893,7 +2893,7 @@ body {
2893
2893
  }
2894
2894
 
2895
2895
  svg text {
2896
- font-size: 12px;
2896
+ font-size: 0.75rem;
2897
2897
  font-weight: 600;
2898
2898
  fill: #0b5fa5;
2899
2899
  }
@@ -2921,7 +2921,7 @@ svg text {
2921
2921
  }
2922
2922
 
2923
2923
  .svg-text {
2924
- font-size: 12px;
2924
+ font-size: 0.75rem;
2925
2925
  font-weight: 600;
2926
2926
  fill: #0b5fa5;
2927
2927
  pointer-events: none;
@@ -2978,7 +2978,7 @@ svg text {
2978
2978
  }
2979
2979
 
2980
2980
  .org-chart-title {
2981
- font-size: 28px;
2981
+ font-size: 1.75rem;
2982
2982
  font-weight: 800;
2983
2983
  color: var(--dark);
2984
2984
  margin: 0;
@@ -3007,17 +3007,17 @@ svg text {
3007
3007
  }
3008
3008
 
3009
3009
  .stat-icon {
3010
- font-size: 20px;
3010
+ font-size: 1.25rem;
3011
3011
  }
3012
3012
 
3013
3013
  .stat-value {
3014
- font-size: 20px;
3014
+ font-size: 1.25rem;
3015
3015
  font-weight: 700;
3016
3016
  color: var(--primary-color);
3017
3017
  }
3018
3018
 
3019
3019
  .stat-label {
3020
- font-size: 12px;
3020
+ font-size: 0.75rem;
3021
3021
  color: var(--gray-600);
3022
3022
  font-weight: 500;
3023
3023
  }
@@ -3063,7 +3063,7 @@ svg text {
3063
3063
  }
3064
3064
 
3065
3065
  .search-icon {
3066
- font-size: 18px;
3066
+ font-size: 1.125rem;
3067
3067
  color: var(--gray-500);
3068
3068
  }
3069
3069
 
@@ -3072,7 +3072,7 @@ svg text {
3072
3072
  border: none;
3073
3073
  background: transparent;
3074
3074
  padding: 10px 8px;
3075
- font-size: 14px;
3075
+ font-size: 0.875rem;
3076
3076
  outline: none;
3077
3077
  color: var(--gray-800);
3078
3078
  font-weight: 500;
@@ -3090,7 +3090,7 @@ svg text {
3090
3090
  height: 28px;
3091
3091
  border-radius: 50%;
3092
3092
  cursor: pointer;
3093
- font-size: 14px;
3093
+ font-size: 0.875rem;
3094
3094
  display: flex;
3095
3095
  align-items: center;
3096
3096
  justify-content: center;
@@ -3118,7 +3118,7 @@ svg text {
3118
3118
  padding: 10px 18px;
3119
3119
  border-radius: 8px;
3120
3120
  cursor: pointer;
3121
- font-size: 13px;
3121
+ font-size: 0.8125rem;
3122
3122
  font-weight: 600;
3123
3123
  transition: all 0.2s;
3124
3124
  white-space: nowrap;
@@ -3160,7 +3160,7 @@ svg text {
3160
3160
  }
3161
3161
 
3162
3162
  .btn-icon {
3163
- font-size: 16px;
3163
+ font-size: 1rem;
3164
3164
  }
3165
3165
 
3166
3166
  /* View Mode Buttons */
@@ -3171,7 +3171,7 @@ svg text {
3171
3171
  border: 2px solid var(--gray-300);
3172
3172
  border-radius: 8px;
3173
3173
  cursor: pointer;
3174
- font-size: 18px;
3174
+ font-size: 1.125rem;
3175
3175
  transition: all 0.2s;
3176
3176
  display: flex;
3177
3177
  align-items: center;
@@ -3207,7 +3207,7 @@ svg text {
3207
3207
  border-radius: 6px;
3208
3208
  padding: 8px 14px;
3209
3209
  cursor: pointer;
3210
- font-size: 18px;
3210
+ font-size: 1.125rem;
3211
3211
  font-weight: 700;
3212
3212
  color: var(--gray-700);
3213
3213
  transition: all 0.2s;
@@ -3220,7 +3220,7 @@ svg text {
3220
3220
  }
3221
3221
 
3222
3222
  .zoom-btn.reset {
3223
- font-size: 16px;
3223
+ font-size: 1rem;
3224
3224
  }
3225
3225
 
3226
3226
  .zoom-display {
@@ -3228,7 +3228,7 @@ svg text {
3228
3228
  color: white;
3229
3229
  padding: 8px 16px;
3230
3230
  border-radius: 6px;
3231
- font-size: 13px;
3231
+ font-size: 0.8125rem;
3232
3232
  font-weight: 700;
3233
3233
  min-width: 55px;
3234
3234
  text-align: center;
@@ -3248,7 +3248,7 @@ svg text {
3248
3248
  }
3249
3249
 
3250
3250
  .level-label {
3251
- font-size: 13px;
3251
+ font-size: 0.8125rem;
3252
3252
  font-weight: 600;
3253
3253
  color: var(--gray-600);
3254
3254
  margin-right: 4px;
@@ -3260,7 +3260,7 @@ svg text {
3260
3260
  border: 2px solid var(--gray-300);
3261
3261
  border-radius: 6px;
3262
3262
  cursor: pointer;
3263
- font-size: 12px;
3263
+ font-size: 0.75rem;
3264
3264
  font-weight: 600;
3265
3265
  color: var(--gray-700);
3266
3266
  transition: all 0.2s;
@@ -3280,7 +3280,7 @@ svg text {
3280
3280
  padding: 14px 24px;
3281
3281
  border-radius: 10px;
3282
3282
  margin-bottom: 20px;
3283
- font-size: 14px;
3283
+ font-size: 0.875rem;
3284
3284
  text-align: center;
3285
3285
  box-shadow: var(--shadow-lg);
3286
3286
  display: flex;
@@ -3290,7 +3290,7 @@ svg text {
3290
3290
  }
3291
3291
 
3292
3292
  .banner-icon {
3293
- font-size: 24px;
3293
+ font-size: 1.5rem;
3294
3294
  }
3295
3295
 
3296
3296
  .instruction-banner strong {
@@ -3394,7 +3394,7 @@ svg text {
3394
3394
  }
3395
3395
 
3396
3396
  .org-title {
3397
- font-size: 14px;
3397
+ font-size: 0.875rem;
3398
3398
  font-weight: 600;
3399
3399
  color: var(--gray-800);
3400
3400
  line-height: 1.5;
@@ -3414,7 +3414,7 @@ svg text {
3414
3414
  display: flex;
3415
3415
  align-items: center;
3416
3416
  justify-content: center;
3417
- font-size: 18px;
3417
+ font-size: 1.125rem;
3418
3418
  font-weight: 700;
3419
3419
  line-height: 1;
3420
3420
  transition: all 0.2s;
@@ -3435,7 +3435,7 @@ svg text {
3435
3435
  color: white;
3436
3436
  padding: 2px 8px;
3437
3437
  border-radius: 12px;
3438
- font-size: 11px;
3438
+ font-size: 0.6875rem;
3439
3439
  font-weight: 700;
3440
3440
  }
3441
3441
 
@@ -3493,7 +3493,7 @@ svg text {
3493
3493
  background: linear-gradient(135deg, #1f5fa8 0%, #0b2e5b 100%);
3494
3494
  color: white;
3495
3495
  border-color: var(--primary-dark);
3496
- font-size: 16px;
3496
+ font-size: 1rem;
3497
3497
  padding: 18px 26px;
3498
3498
  min-width: 190px;
3499
3499
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
@@ -3576,7 +3576,7 @@ svg text {
3576
3576
 
3577
3577
  .info-header h3 {
3578
3578
  margin: 0;
3579
- font-size: 16px;
3579
+ font-size: 1rem;
3580
3580
  font-weight: 700;
3581
3581
  }
3582
3582
 
@@ -3588,7 +3588,7 @@ svg text {
3588
3588
  height: 28px;
3589
3589
  border-radius: 50%;
3590
3590
  cursor: pointer;
3591
- font-size: 16px;
3591
+ font-size: 1rem;
3592
3592
  display: flex;
3593
3593
  align-items: center;
3594
3594
  justify-content: center;
@@ -3614,13 +3614,13 @@ svg text {
3614
3614
  }
3615
3615
 
3616
3616
  .info-label {
3617
- font-size: 13px;
3617
+ font-size: 0.8125rem;
3618
3618
  font-weight: 600;
3619
3619
  color: var(--gray-600);
3620
3620
  }
3621
3621
 
3622
3622
  .info-value {
3623
- font-size: 14px;
3623
+ font-size: 0.875rem;
3624
3624
  font-weight: 700;
3625
3625
  color: var(--gray-800);
3626
3626
  }
@@ -3637,7 +3637,7 @@ svg text {
3637
3637
  border: none;
3638
3638
  border-radius: 8px;
3639
3639
  cursor: pointer;
3640
- font-size: 14px;
3640
+ font-size: 0.875rem;
3641
3641
  font-weight: 600;
3642
3642
  transition: all 0.2s;
3643
3643
  }
@@ -3694,7 +3694,7 @@ svg text {
3694
3694
  }
3695
3695
 
3696
3696
  .legend-text {
3697
- font-size: 12px;
3697
+ font-size: 0.75rem;
3698
3698
  font-weight: 600;
3699
3699
  color: var(--gray-700);
3700
3700
  }
@@ -3767,7 +3767,7 @@ svg text {
3767
3767
  }
3768
3768
 
3769
3769
  .org-chart-title {
3770
- font-size: 22px;
3770
+ font-size: 1.375rem;
3771
3771
  }
3772
3772
 
3773
3773
  .info-panel {
@@ -3798,12 +3798,12 @@ svg text {
3798
3798
 
3799
3799
  .doc-title {
3800
3800
  margin: 0;
3801
- font-size: 18px;
3801
+ font-size: 1.125rem;
3802
3802
  font-weight: 600;
3803
3803
  }
3804
3804
 
3805
3805
  .doc-meta {
3806
- font-size: 13px;
3806
+ font-size: 0.8125rem;
3807
3807
  color: #666;
3808
3808
  margin-top: 4px;
3809
3809
  }
@@ -3816,7 +3816,7 @@ svg text {
3816
3816
 
3817
3817
  /* ===== Hint ===== */
3818
3818
  .doc-hint {
3819
- font-size: 13px;
3819
+ font-size: 0.8125rem;
3820
3820
  color: #555;
3821
3821
  background: #f4f6f8;
3822
3822
  border-left: 4px solid #0b5ed7;
@@ -3922,7 +3922,7 @@ body {
3922
3922
  @media (max-width: 768px) {
3923
3923
  .upyog-info-bar {
3924
3924
  padding: 6px 12px;
3925
- font-size: 12px;
3925
+ font-size: 0.75rem;
3926
3926
  }
3927
3927
  .upyog-info-icon {
3928
3928
  margin-left: 10px;
@@ -3952,12 +3952,12 @@ body {
3952
3952
  }
3953
3953
 
3954
3954
  .upyog-search-box input {
3955
- font-size: 13px !important;
3955
+ font-size: 0.8125rem !important;
3956
3956
  }
3957
3957
 
3958
3958
  .upyog-search-btn {
3959
3959
  padding: 8px 18px !important;
3960
- font-size: 13px !important;
3960
+ font-size: 0.8125rem !important;
3961
3961
  }
3962
3962
  }
3963
3963
 
@@ -3996,11 +3996,11 @@ body {
3996
3996
  }
3997
3997
 
3998
3998
  .upyog-hero-welcome-text {
3999
- font-size: 15px;
3999
+ font-size: 0.9375rem;
4000
4000
  }
4001
4001
 
4002
4002
  .upyog-hero-title {
4003
- font-size: 28px;
4003
+ font-size: 1.75rem;
4004
4004
  }
4005
4005
 
4006
4006
  .upyog-hero-main-img {
@@ -4017,7 +4017,7 @@ body {
4017
4017
  }
4018
4018
 
4019
4019
  .upyog-suggested-label {
4020
- font-size: 13px;
4020
+ font-size: 0.8125rem;
4021
4021
  width: 100%;
4022
4022
  text-align: center;
4023
4023
  margin-bottom: 4px;
@@ -4025,7 +4025,7 @@ body {
4025
4025
 
4026
4026
  .upyog-suggested-btn {
4027
4027
  padding: 6px 14px;
4028
- font-size: 12.5px;
4028
+ font-size: 0.78125rem;
4029
4029
  }
4030
4030
  }
4031
4031
 
@@ -4036,7 +4036,7 @@ body {
4036
4036
  }
4037
4037
 
4038
4038
  .upyog-quick-title {
4039
- font-size: 20px;
4039
+ font-size: 1.25rem;
4040
4040
  margin-bottom: 24px;
4041
4041
  }
4042
4042
 
@@ -4050,7 +4050,7 @@ body {
4050
4050
  }
4051
4051
 
4052
4052
  .upyog-quick-text {
4053
- font-size: 13.5px;
4053
+ font-size: 0.84375rem;
4054
4054
  }
4055
4055
  }
4056
4056
 
@@ -4061,7 +4061,7 @@ body {
4061
4061
  }
4062
4062
 
4063
4063
  .upyog-service-title {
4064
- font-size: 20px;
4064
+ font-size: 1.25rem;
4065
4065
  margin-bottom: 20px;
4066
4066
  }
4067
4067
  }
@@ -4089,11 +4089,11 @@ body {
4089
4089
  }
4090
4090
 
4091
4091
  .featured-heading {
4092
- font-size: 19px;
4092
+ font-size: 1.1875rem;
4093
4093
  }
4094
4094
 
4095
4095
  .featured-desc {
4096
- font-size: 14px;
4096
+ font-size: 0.875rem;
4097
4097
  }
4098
4098
  }
4099
4099
 
@@ -4104,7 +4104,7 @@ body {
4104
4104
  }
4105
4105
 
4106
4106
  .news-title {
4107
- font-size: 22px;
4107
+ font-size: 1.375rem;
4108
4108
  margin-bottom: 20px;
4109
4109
  }
4110
4110
 
@@ -4142,7 +4142,7 @@ body {
4142
4142
 
4143
4143
  .view-all-btn {
4144
4144
  padding: 10px 24px;
4145
- font-size: 14px;
4145
+ font-size: 0.875rem;
4146
4146
  }
4147
4147
  }
4148
4148
 
@@ -4168,15 +4168,15 @@ body {
4168
4168
  }
4169
4169
 
4170
4170
  .stats-value {
4171
- font-size: 24px;
4171
+ font-size: 1.5rem;
4172
4172
  }
4173
4173
 
4174
4174
  .stats-title {
4175
- font-size: 15px;
4175
+ font-size: 0.9375rem;
4176
4176
  }
4177
4177
 
4178
4178
  .stats-desc {
4179
- font-size: 12.5px;
4179
+ font-size: 0.78125rem;
4180
4180
  }
4181
4181
  }
4182
4182
 
@@ -4195,7 +4195,7 @@ body {
4195
4195
  }
4196
4196
 
4197
4197
  .videos-title {
4198
- font-size: 20px;
4198
+ font-size: 1.25rem;
4199
4199
  margin-bottom: 24px;
4200
4200
  }
4201
4201
 
@@ -4309,7 +4309,7 @@ body {
4309
4309
  border: 1px solid rgba(255, 255, 255, 0.15);
4310
4310
  padding: 6px 16px;
4311
4311
  border-radius: 50px;
4312
- font-size: 13px;
4312
+ font-size: 0.8125rem;
4313
4313
  font-weight: 600;
4314
4314
  text-transform: uppercase;
4315
4315
  letter-spacing: 1px;
@@ -4317,14 +4317,14 @@ body {
4317
4317
  margin-bottom: 16px;
4318
4318
  }
4319
4319
  .about-hero-content h1 {
4320
- font-size: 32px;
4320
+ font-size: 2rem;
4321
4321
  font-weight: 700;
4322
4322
  margin: 0 0 12px;
4323
4323
  letter-spacing: -0.5px;
4324
4324
  line-height: 1.2;
4325
4325
  }
4326
4326
  .about-hero-content p {
4327
- font-size: 15.5px;
4327
+ font-size: 0.96875rem;
4328
4328
  color: #94a3b8;
4329
4329
  line-height: 1.6;
4330
4330
  margin: 0;
@@ -4367,7 +4367,7 @@ body {
4367
4367
  background: linear-gradient(135deg, #061224 0%, #0b5cab 100%);
4368
4368
  color: #ffffff;
4369
4369
  padding: 20px 22px;
4370
- font-size: 12px;
4370
+ font-size: 0.75rem;
4371
4371
  font-weight: 800;
4372
4372
  text-transform: uppercase;
4373
4373
  letter-spacing: 1.2px;
@@ -4385,7 +4385,7 @@ body {
4385
4385
  align-items: center;
4386
4386
  gap: 12px;
4387
4387
  padding: 14px 22px;
4388
- font-size: 14px;
4388
+ font-size: 0.875rem;
4389
4389
  font-weight: 600;
4390
4390
  color: #475569;
4391
4391
  cursor: pointer;
@@ -4491,7 +4491,7 @@ body {
4491
4491
  }
4492
4492
  .about-tab-btn {
4493
4493
  padding: 9px 18px;
4494
- font-size: 13.5px;
4494
+ font-size: 0.84375rem;
4495
4495
  font-weight: 600;
4496
4496
  color: #64748b;
4497
4497
  background: transparent;
@@ -4523,13 +4523,13 @@ body {
4523
4523
  text-align: center;
4524
4524
  }
4525
4525
  .about-coming-soon h3 {
4526
- font-size: 20px;
4526
+ font-size: 1.25rem;
4527
4527
  font-weight: 700;
4528
4528
  color: #334155;
4529
4529
  margin: 0;
4530
4530
  }
4531
4531
  .about-coming-soon p {
4532
- font-size: 15px;
4532
+ font-size: 0.9375rem;
4533
4533
  color: #94a3b8;
4534
4534
  margin: 0;
4535
4535
  }
@@ -4561,10 +4561,10 @@ body {
4561
4561
  padding: 40px 20px;
4562
4562
  }
4563
4563
  .about-hero-content h1 {
4564
- font-size: 24px;
4564
+ font-size: 1.5rem;
4565
4565
  }
4566
4566
  .about-hero-content p {
4567
- font-size: 14px;
4567
+ font-size: 0.875rem;
4568
4568
  }
4569
4569
  .about-page-container {
4570
4570
  padding: 24px 16px 48px;
@@ -4577,7 +4577,7 @@ body {
4577
4577
  }
4578
4578
  .about-tab-btn {
4579
4579
  padding: 8px 12px;
4580
- font-size: 13px;
4580
+ font-size: 0.8125rem;
4581
4581
  }
4582
4582
  .about-side-nav-list {
4583
4583
  grid-template-columns: 1fr;
@@ -4585,7 +4585,7 @@ body {
4585
4585
  }
4586
4586
  @media (max-width: 480px) {
4587
4587
  .about-hero-content h1 {
4588
- font-size: 20px;
4588
+ font-size: 1.25rem;
4589
4589
  }
4590
4590
  .about-tab-bar {
4591
4591
  gap: 4px;
@@ -4600,7 +4600,7 @@ body {
4600
4600
  margin-bottom: 0;
4601
4601
  }
4602
4602
  .djb-section p {
4603
- font-size: 15px;
4603
+ font-size: 0.9375rem;
4604
4604
  line-height: 1.8;
4605
4605
  color: #475569;
4606
4606
  margin-bottom: 18px;
@@ -4611,7 +4611,7 @@ body {
4611
4611
  }
4612
4612
 
4613
4613
  .djb-sub-title {
4614
- font-size: 16px;
4614
+ font-size: 1rem;
4615
4615
  font-weight: 700;
4616
4616
  color: #334155;
4617
4617
  margin: 28px 0 14px;
@@ -4626,14 +4626,14 @@ body {
4626
4626
  position: relative;
4627
4627
  padding-left: 22px;
4628
4628
  margin-bottom: 12px;
4629
- font-size: 15px;
4629
+ font-size: 0.9375rem;
4630
4630
  line-height: 1.7;
4631
4631
  color: #475569;
4632
4632
  }
4633
4633
  .djb-list li::before {
4634
4634
  content: "•";
4635
4635
  color: #0070b4;
4636
- font-size: 20px;
4636
+ font-size: 1.25rem;
4637
4637
  position: absolute;
4638
4638
  left: 4px;
4639
4639
  top: -2px;
@@ -4652,7 +4652,7 @@ body {
4652
4652
  background: #f8fafc;
4653
4653
  color: #1e293b;
4654
4654
  font-weight: 700;
4655
- font-size: 13px;
4655
+ font-size: 0.8125rem;
4656
4656
  text-transform: uppercase;
4657
4657
  letter-spacing: 0.5px;
4658
4658
  padding: 16px 20px;
@@ -4663,7 +4663,7 @@ body {
4663
4663
  padding: 16px 20px;
4664
4664
  border-bottom: 1px solid #e2e8f0;
4665
4665
  color: #475569;
4666
- font-size: 14.5px;
4666
+ font-size: 0.90625rem;
4667
4667
  line-height: 1.6;
4668
4668
  }
4669
4669
  .djb-table tr:last-child td {
@@ -4688,7 +4688,7 @@ body {
4688
4688
  .revenue-value {
4689
4689
  font-weight: 700;
4690
4690
  color: #0070b4;
4691
- font-size: 15px;
4691
+ font-size: 0.9375rem;
4692
4692
  }
4693
4693
  .revenue-bar {
4694
4694
  width: 100%;