diff --git a/frontend/fonts/space-grotesk.ttf b/frontend/fonts/space-grotesk.ttf new file mode 100644 index 0000000..2c6cc59 Binary files /dev/null and b/frontend/fonts/space-grotesk.ttf differ diff --git a/frontend/index.html b/frontend/index.html index 255af3c..d2271a4 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,14 +5,7 @@
Smart Home Automation
- -LLM Web Interface
diff --git a/frontend/style.css b/frontend/style.css index 31f1a2e..c28b40b 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -1,3 +1,10 @@ +@font-face { + /* Default font family */ + src: url('fonts/space-grotesk.ttf'); + font-family: 'Space Grotesk'; + font-display: swap +} + :root { /* Monochromatic Palette */ --bg-body: #09090b; @@ -255,7 +262,9 @@ nav { padding: 0.25rem 0.5rem; border: 1px solid var(--border); color: var(--fg-muted); - display: inline-block; + display: inline-flex; + align-items: center; + gap: 0.5rem; } /* Tech Strip - Fixed Overflow */ @@ -292,6 +301,14 @@ nav { margin-right: 0; } +.project-header { + justify-content: space-between; + border-bottom: 1px solid var(--border); + align-items: flex-end; + padding-bottom: 1rem; + margin-bottom: 2rem; +} + /* Project Cards */ .project-card { display: flex;