feat: update brand color palette from indigo to amber

This commit is contained in:
2026-04-29 09:08:36 +01:00
parent 6687ad1aa7
commit 0259b40a86
2 changed files with 5 additions and 5 deletions

View File

@@ -4,9 +4,9 @@
@layer base {
:root {
--brand-primary: #6366f1; /* Indigo 500 */
--brand-primary-light: #a5b4fc;
--brand-primary-dark: #4338ca;
--brand-primary: #f59e0b; /* Amber 500 */
--brand-primary-light: #fcd34d;
--brand-primary-dark: #b45309;
--obsidian: #0f172a;
--obsidian-light: #1e293b;
--slate-950: #020617;
@@ -29,7 +29,7 @@
@apply bg-slate-50 text-slate-900 font-sans antialiased;
touch-action: pan-y;
background-image:
radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.03) 0px, transparent 50%),
radial-gradient(at 0% 0%, rgba(245, 158, 11, 0.03) 0px, transparent 50%),
radial-gradient(at 100% 0%, rgba(15, 23, 42, 0.03) 0px, transparent 50%);
font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
min-height: 100vh;