{titleAndText[0]}
+{titleAndText[1]}
+ > + ) : ( +{parts[1]}
+ )} ++ {paragraph}
-diff --git a/apps/blogs/app/globals.css b/apps/blogs/app/globals.css index 6f4ec08..c9a35af 100644 --- a/apps/blogs/app/globals.css +++ b/apps/blogs/app/globals.css @@ -3,24 +3,25 @@ @theme { --font-sans: var(--font-geist), ui-sans-serif, system-ui, sans-serif; - --font-display: var(--font-geist), ui-sans-serif, system-ui, sans-serif; + --font-display: var(--font-plus-jakarta), var(--font-geist), ui-sans-serif, system-ui, sans-serif; --font-mono: var(--font-geist-mono), ui-monospace, SFMono-Regular, monospace; --font-serif: var(--font-instrument-serif), ui-serif, Georgia, serif; - --color-bg-base: #fcfcfd; - --color-text-base: #0a0a0a; - --color-text-secondary: #3f3f46; - --color-text-muted: #71717a; + --color-bg-base: #FAF6EE; + --color-bg-paper: #FAF8F5; + --color-text-base: #0F0F0F; + --color-text-secondary: #3F3F3E; + --color-text-muted: #70706F; --color-brand-blue: #1456f0; --color-brand-pink: #ea5ec1; - --color-border-light: #f2f3f5; - --color-border-gray: #e5e7eb; + --color-border-light: #F0EDE6; + --color-border-gray: #E3DFD5; } @layer base { html, body { - background-color: #fcfcfd !important; - color: #0a0a0a; + background-color: #FAF6EE !important; + color: #0F0F0F; margin: 0; padding: 0; width: 100%; @@ -31,8 +32,9 @@ @layer utilities { .grid-paper { background-image: - linear-gradient(to right, rgba(20, 86, 240, 0.04) 1px, transparent 1px), - linear-gradient(to bottom, rgba(20, 86, 240, 0.04) 1px, transparent 1px); + linear-gradient(to right, rgba(20, 86, 240, 0.03) 1px, transparent 1px), + linear-gradient(to bottom, rgba(20, 86, 240, 0.03) 1px, transparent 1px); background-size: 56px 56px; } } + diff --git a/apps/blogs/app/layout.tsx b/apps/blogs/app/layout.tsx index 7223194..52204ab 100644 --- a/apps/blogs/app/layout.tsx +++ b/apps/blogs/app/layout.tsx @@ -1,9 +1,10 @@ import type { Metadata } from "next"; -import { Geist, Geist_Mono, Instrument_Serif } from "next/font/google"; +import { Geist, Geist_Mono, Instrument_Serif, Plus_Jakarta_Sans } from "next/font/google"; import "./globals.css"; const geist = Geist({ subsets: ["latin"], variable: "--font-geist" }); const geistMono = Geist_Mono({ subsets: ["latin"], variable: "--font-geist-mono" }); +const plusJakartaSans = Plus_Jakarta_Sans({ subsets: ["latin"], variable: "--font-plus-jakarta" }); const instrumentSerif = Instrument_Serif({ weight: "400", subsets: ["latin"], @@ -23,7 +24,7 @@ export default function RootLayout({ return (
+- Deep dives, implementation specifications, and performance analyses of structure-preserving retrieval architectures. -
-- {featuredPost.snippet} -
-
- {post.snippet}
+ {/* Article Content with Premium Typography */}
+ {titleAndText[1]} {parts[1]}
+ {paragraph}
{titleAndText[0]}
+
+ Deep dives, implementation specifications, and performance analyses of structure-preserving retrieval architectures. +
++ {featuredPost.snippet} +
+{activeArticle.author.role}
++ {post.snippet} +
+- {paragraph} -
+ {/* Card Illustration */} ++ © {new Date().getFullYear()} Vectorless. All rights reserved. +
+ + -