feature/project-redesign #28

Merged
ilia merged 88 commits from feature/project-redesign into main 2026-03-02 19:46:39 +00:00
Showing only changes of commit 81d228290b - Show all commits

View File

@@ -311,8 +311,10 @@
--color-gradient-from: var(--gradient-from); --color-gradient-from: var(--gradient-from);
--color-gradient-via: var(--gradient-via); --color-gradient-via: var(--gradient-via);
--color-gradient-to: var(--gradient-to); --color-gradient-to: var(--gradient-to);
--font-mono: 'Major Mono Display', monospace; --font-logo: 'Syne', system-ui, -apple-system, 'Segoe UI', Inter, Roboto, Arial, sans-serif;
--font-sans: 'Karla', system-ui, -apple-system, 'Segoe UI', Inter, Roboto, Arial, sans-serif; --font-mono: 'Space Mono', monospace;
--font-primary: 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', Inter, Roboto, Arial, sans-serif;
--font-secondary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
} }
/* Global utility - useful across your app */ /* Global utility - useful across your app */
@@ -356,10 +358,6 @@
animation: nudge 10s ease-in-out infinite; animation: nudge 10s ease-in-out infinite;
} }
.barlow {
font-family: "Barlow", system-ui, Inter, Roboto, "Segoe UI", Arial, sans-serif;
}
* { * {
scrollbar-width: thin; scrollbar-width: thin;
scrollbar-color: hsl(0 0% 70% / 0.4) transparent; scrollbar-color: hsl(0 0% 70% / 0.4) transparent;