diff --git a/index.html b/index.html
index 05327a7..6fb0b7f 100644
--- a/index.html
+++ b/index.html
@@ -14,6 +14,8 @@
font-display: swap;
}
+ @import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
+
:root {
color-scheme: dark;
--ink: #f6f7fb;
@@ -173,7 +175,7 @@
radial-gradient(circle at 16% 0%, rgba(110, 150, 255, 0.11), transparent 30%),
radial-gradient(circle at 84% 8%, rgba(255, 255, 255, 0.045), transparent 26%),
linear-gradient(165deg, #020308 0%, #070a12 54%, #03040a 100%);
- font-family: Vazirmatn, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, sans-serif;
+ font-family: Vazirmatn, -apple-system, BlinkMacSystemFont, Inter, "Segoe UI", Tahoma, sans-serif;
-webkit-font-smoothing: antialiased;
}