Polish hero UX and add admin brand kit panel

This commit is contained in:
nmemmert
2026-04-16 10:31:35 -04:00
parent 5562db992b
commit 0c328057c8
5 changed files with 1128 additions and 446 deletions
+14 -3
View File
@@ -3,10 +3,21 @@
}
:root {
font-family: 'Barlow Condensed', 'Trebuchet MS', sans-serif;
--brand-black: #0a0a08;
--brand-black-2: #0f0f0c;
--brand-black-3: #1a1a15;
--brand-border: #2a2518;
--brand-gold: #c9a84c;
--brand-gold-light: #e0c070;
--brand-gold-dark: #8a6e28;
--brand-warm-white: #f0ead8;
--brand-muted: #7a7060;
--brand-font-body: 'Cormorant Garamond', Georgia, serif;
--brand-font-heading: 'Cormorant Garamond', Georgia, serif;
font-family: var(--brand-font-body);
line-height: 1.5;
color: #f0e6d0;
background: #0a0a0a;
color: var(--brand-warm-white);
background: var(--brand-black);
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;