diff --git a/landing/global.css b/landing/global.css
--- a/landing/global.css
+++ b/landing/global.css
@@ -8,8 +8,6 @@
   --btn-color: var(--white1);
   --logo-color: var(--white);
   --sub-heading-color: var(--purple);
-  --min-font-size: 12px;
-  --max-font-size: 28px;
 }
 
 /* ===== GENERAL PAGE STYLES ===== */
@@ -39,6 +37,10 @@
   height: 100%;
 }
 
+p {
+  font-size: clamp(0.75rem, 0.5408rem + 1.0458vw, 1.75rem);
+}
+
 a {
   transition: 0.2s;
   text-decoration: none;