14 Commits

Author SHA1 Message Date
b25680bbf8 Update src/app/styles/variables.css 2026-02-24 11:53:10 +00:00
443f5828bf Update src/app/shop/page.tsx 2026-02-24 11:53:09 +00:00
bfda844f35 Update src/app/shop/[id]/page.tsx 2026-02-24 11:53:08 +00:00
bdbc6203ac Update src/app/page.tsx 2026-02-24 11:53:08 +00:00
0a1a9f700e Update src/app/layout.tsx 2026-02-24 11:53:07 +00:00
9433e9f20e Update src/app/blog/page.tsx 2026-02-24 11:53:05 +00:00
bb42a8abda Merge version_5 into main
Merge version_5 into main
2026-02-24 11:50:39 +00:00
0683f11482 Update src/app/styles/variables.css 2026-02-24 11:50:34 +00:00
7876cdadac Update src/app/shop/page.tsx 2026-02-24 11:50:34 +00:00
389c4060f6 Update src/app/shop/[id]/page.tsx 2026-02-24 11:50:33 +00:00
a2efa131ef Update src/app/page.tsx 2026-02-24 11:50:32 +00:00
fc0c22fed5 Update src/app/layout.tsx 2026-02-24 11:50:31 +00:00
ef34e041e7 Update src/app/blog/page.tsx 2026-02-24 11:50:30 +00:00
d0b389a608 Merge version_4 into main
Merge version_4 into main
2026-02-24 11:47:19 +00:00

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #251a0c;;
--primary-cta: #f4c408;;
--secondary-cta: #ffffff;;
--accent: #f4ca26;;
--background-accent: #e8daa8;; */
/* --background: #e8d4c4;;
--card: #f5e6d9;;
--foreground: #3d2817;;
--primary-cta: #8b4513;;
--secondary-cta: #f5e6d9;;
--accent: #d4a373;;
--background-accent: #b8925f;; */
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #251a0c;;
--primary-cta: #f4c408;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #0c1325;;
--accent: #f4ca26;;
--background-accent: #e8daa8;;
--background: #e8d4c4;;
--card: #f5e6d9;;
--foreground: #3d2817;;
--primary-cta: #8b4513;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f5e6d9;;
--secondary-cta-text: #3d2817;;
--accent: #d4a373;;
--background-accent: #b8925f;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);