diff --git a/design-system/styleguide.html b/design-system/styleguide.html index 2183bf1..a1f3696 100644 --- a/design-system/styleguide.html +++ b/design-system/styleguide.html @@ -17,9 +17,9 @@ :root { /* Brand */ --brand-black: #0A0A0A; - --brand-accent: #B45309; - --brand-accent-light: #D97706; - --brand-accent-dark: #92400E; + --brand-accent: #E11D48; + --brand-accent-light: #F43F5E; + --brand-accent-dark: #BE123C; /* Core Colors — Light Mode */ --bg-primary: #FFFFFF; @@ -41,7 +41,7 @@ --error: #DC2626; /* Typography */ - --font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif; + --font-family: "Space Grotesk", system-ui, -apple-system, sans-serif; /* Spacing (4px base) */ --space-1: 4px; @@ -80,24 +80,24 @@ .flex-col { display: flex; flex-direction: column; gap: 12px; } /* --- Typography --- */ - h1 { font-size: 48px; font-weight: 700; letter-spacing: -0.022em; line-height: 1; } - h2 { font-size: 36px; font-weight: 600; letter-spacing: -0.022em; line-height: 1.1; } - h3 { font-size: 24px; font-weight: 600; letter-spacing: -0.019em; } - h4 { font-size: 20px; font-weight: 500; } - .text-sm { font-size: 14px; } - .text-xs { font-size: 12px; } + h1 { font-size: 72px; font-weight: 700; letter-spacing: -0.022em; line-height: 1; } + h2 { font-size: 56px; font-weight: 600; letter-spacing: -0.022em; line-height: 1.1; } + h3 { font-size: 40px; font-weight: 600; letter-spacing: -0.019em; } + h4 { font-size: 28px; font-weight: 500; } + .text-sm { font-size: 16px; } + .text-xs { font-size: 14px; } .text-secondary { color: var(--text-secondary); } .text-tertiary { color: var(--text-tertiary); } /* Wordmark — spaced uppercase, infrastructure feel */ .wordmark { - font-size: 14px; + font-size: 18px; font-weight: 600; letter-spacing: 0.4em; text-transform: uppercase; } .wordmark-lg { - font-size: 18px; + font-size: 32px; font-weight: 600; letter-spacing: 0.35em; text-transform: uppercase; diff --git a/oss/app/cmd/clavitor/web/design-system/styleguide.html b/oss/app/cmd/clavitor/web/design-system/styleguide.html index 2183bf1..c8d9393 100644 --- a/oss/app/cmd/clavitor/web/design-system/styleguide.html +++ b/oss/app/cmd/clavitor/web/design-system/styleguide.html @@ -88,20 +88,6 @@ .text-xs { font-size: 12px; } .text-secondary { color: var(--text-secondary); } .text-tertiary { color: var(--text-tertiary); } - - /* Wordmark — spaced uppercase, infrastructure feel */ - .wordmark { - font-size: 14px; - font-weight: 600; - letter-spacing: 0.4em; - text-transform: uppercase; - } - .wordmark-lg { - font-size: 18px; - font-weight: 600; - letter-spacing: 0.35em; - text-transform: uppercase; - } /* --- Brand Block --- */ .brand-block { display: flex; align-items: center; gap: 16px; margin: 32px 0; } @@ -216,8 +202,7 @@
Design System v0.1
-CLAVITOR
-+
A black box vault for AI infrastructure. One file. No dependencies. Copy the CSS variables and classes you need.
@@ -234,18 +219,28 @@ + +--bg-primary--bg-secondary--text-primary--text-secondaryInline code looks like --brand-accent or get_credential()