Update theme fonts

This commit is contained in:
2026-04-09 23:15:10 +00:00
parent 60f5a180c2
commit aac085cfc4

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-montserrat), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;