diff --git a/index.html b/index.html
index d29e4ac..a52efde 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
Doormile CRM
diff --git a/src/index.css b/src/index.css
index ad0a25c..3bea140 100644
--- a/src/index.css
+++ b/src/index.css
@@ -61,9 +61,9 @@
color: #0f172a;
}
-/* Apply professional font styling globally */
+/* Use Figtree — the font Astryx neutral theme defines via --font-family-body */
*, *::before, *::after {
- font-family: 'Public Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
+ font-family: var(--font-family-body, 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}