diff --git a/ui/src/styles/base.css b/ui/src/styles/base.css index b83afd32c50..ffef3f69a23 100644 --- a/ui/src/styles/base.css +++ b/ui/src/styles/base.css @@ -1,5 +1,3 @@ -@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap"); - :root { /* Background - Warmer dark with depth */ --bg: #12141a; @@ -80,12 +78,11 @@ --theme-switch-x: 50%; --theme-switch-y: 50%; - /* Typography - Space Grotesk for personality */ + /* Typography */ --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, monospace; - --font-body: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; - --font-display: - "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; + --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; + --font-display: var(--font-body); /* Shadows - Richer with subtle color */ --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);