diff --git a/landing/index.html b/landing/index.html
index a4b9639..69336b1 100644
--- a/landing/index.html
+++ b/landing/index.html
@@ -5,8 +5,6 @@
Queryx — Agent-native search API
-
-
diff --git a/landing/styles.css b/landing/styles.css
index ed8aeaa..1bf6c7a 100644
--- a/landing/styles.css
+++ b/landing/styles.css
@@ -15,8 +15,8 @@
--muted: #71717a;
--green: #10b981;
--red: #ef4444;
- --font: 'Inter', system-ui, -apple-system, sans-serif;
- --mono: 'JetBrains Mono', 'Fira Code', monospace;
+ --font: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
+ --mono: ui-monospace, 'Fira Code', 'Cascadia Code', Consolas, monospace;
}
html {