diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss
new file mode 100644
index 0000000000000000000000000000000000000000..cfeeca3705d08891b64937bc3e9599c6f4b41c9f
--- /dev/null
+++ b/docs/.vuepress/styles/index.scss
@@ -0,0 +1,10 @@
+h1, h2, h3, h4, h5, h6, p, a, span, strong {
+    font-family: 'Red Hat Display', sans-serif;
+    font-weight: 400; /* or use 700 if you want to keep them bold */
+  }
+  
+  /* Ensure any strong or bold tags also use the correct font */
+  strong, b {
+    font-family: 'Red Hat Display', sans-serif;
+    font-weight: 700; /* or whatever weight you prefer */
+  }
\ No newline at end of file