phase 1-3 css refactor

This commit is contained in:
Desktop
2025-11-14 15:04:47 +05:00
parent 9eee5168bb
commit 27465457d5
26 changed files with 818 additions and 429 deletions

View File

@@ -1,6 +1,7 @@
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap")
layer(base);
@import "./styles/tokens.css";
@import "tailwindcss";
@keyframes slide-in-right {
@@ -63,8 +64,8 @@ layer(base);
--color-brand-200: #c2d6ff;
--color-brand-300: #9cb9ff;
--color-brand-400: #7592ff;
--color-brand-500: #0693e3; /* IGNY8 brand blue */
--color-brand-600: #0472b8; /* IGNY8 brand blue dark */
--color-brand-500: var(--color-primary); /* Primary brand blue */
--color-brand-600: var(--color-primary-dark); /* Primary brand blue dark */
--color-brand-700: #2a31d8;
--color-brand-800: #252dae;
--color-brand-900: #262e89;