Update default shopify site design

This commit is contained in:
Rami Bitar
2026-06-10 13:20:03 -04:00
parent 1fb1df8cfd
commit e4ecab1875
33 changed files with 527 additions and 2371 deletions

View File

@@ -18,16 +18,16 @@
--color-popover-foreground: hsl(222.2 84% 4.9%);
/* Primary */
--color-primary: hsl(222.2 47.4% 11.2%);
--color-primary-foreground: hsl(210 40% 98%);
--color-primary: hsl(0 0% 0%);
--color-primary-foreground: hsl(0 0% 100%);
/* Secondary */
--color-secondary: hsl(210 40% 96.1%);
--color-secondary-foreground: hsl(222.2 47.4% 11.2%);
/* Muted */
--color-muted: hsl(210 40% 96.1%);
--color-muted-foreground: hsl(215.4 16.3% 46.9%);
--color-muted: hsl(0 0% 96.1%);
--color-muted-foreground: hsl(0 0% 45%);
/* Accent */
--color-accent: hsl(210 40% 96.1%);
@@ -59,7 +59,7 @@
--radius-xl: 0.75rem;
/* Fonts */
--font-heading: 'Space Grotesk', sans-serif;
--font-heading: var(--font-poppins), 'Poppins', sans-serif;
--font-body: 'Inter', sans-serif;
}