23-01-2026

This commit is contained in:
Kevin Adametz 2026-01-23 17:33:10 +01:00
parent 07959c0ba2
commit 854ce02bf6
166 changed files with 32909 additions and 1262 deletions

View file

@ -14,8 +14,14 @@
/* Style2own Theme Colors */
--primary: 195 100% 34%; /* #007aab - Style Blue */
--primary-light: 195 100% 44%; /* #007aab - Style Blue */
--primary-lighter: 195 100% 84%; /* #007aab - Style Blue */
--primary-dark: 195 100% 24%; /* #007aab - Style Blue */
--primary-foreground: 30 25% 98%; /* #faf9f7 - Off White */
--secondary: 46 95% 56%; /* #fbaf22 - Style Sun */
--secondary-light: 46 95% 66%; /* #fbaf22 - Style Sun */
--secondary-lighter: 46 95% 86%; /* #fbaf22 - Style Sun */
--secondary-dark: 46 95% 46%; /* #fbaf22 - Style Sun */
--secondary-foreground: 20 14% 16%; /* #2a2a2a - Dark Gray */
/* Neutral colors */
@ -39,6 +45,12 @@
/* Hero container background */
--hero-container: 0 0% 91%; /* #e8e8e8 - Light Gray */
--hero-container-dark: 0 0% 83%; /* #e8e8e8 - Light Gray */
--hero-container-light: 0 0% 93%; /* #e8e8e8 - Light Gray */
/* Transitions */
--transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
/* Shadows */
--shadow-warm: 0 10px 30px -15px hsl(var(--foreground) / 0.1);