feat: pivot to social media workflow app
Some checks failed
Backend CI/CD / build_and_deploy (push) Has been cancelled
Frontend CI/CD / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-04-24 12:58:35 -04:00
parent 0f4acc1b6d
commit df3e602015
349 changed files with 18685 additions and 16010 deletions

View File

@@ -3,21 +3,19 @@
@tailwind utilities;
:root {
/* Branding Colors */
--hutopy-primary: #6B0065;
--hutopy-secondary: #A30E79;
/* UI COLORS */
--h-background: #1c181c;
--h-on-background: #e2e5e9;
--h-surface: #252225;
--h-on-surface: #e2e5e9;
--h-primary: #242b2b;
--h-on-primary: #e2e5e9;
--h-secondary: #e7e5ea;
--h-on-secondary: #000000;
--h-tertiary: #466568;
--h-on-tertiary: #bdb6b6;
--socialize-primary: #172033;
--socialize-accent: #ff8a3d;
--socialize-highlight: #2fa58d;
--h-background: #fffaf2;
--h-on-background: #172033;
--h-surface: #ffffff;
--h-on-surface: #172033;
--h-primary: #172033;
--h-on-primary: #fffaf2;
--h-secondary: #fff3e2;
--h-on-secondary: #172033;
--h-tertiary: #d9f6ee;
--h-on-tertiary: #0f766e;
--h-error: #bc2f2f;
--h-on-error: #ffffff;
}