diff --git a/src/app/globals.css b/src/app/globals.css index f52c646..ea3c395 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #001f3f; - --card: #003366; - --foreground: #ffffff; - --primary-cta: #ffd700; - --secondary-cta: #b0c4de; - --accent: #00bfff; - --background-accent: #00008b; */ + /* --background: #f5f5f5; + --card: #ffffff; + --foreground: #333333; + --primary-cta: #007bff; + --secondary-cta: #cccccc; + --accent: #ff6347; + --background-accent: #f0f0f0; */ - --background: #001f3f; - --card: #003366; - --foreground: #ffffff; - --primary-cta: #ffd700; - --secondary-cta: #b0c4de; - --accent: #00bfff; - --background-accent: #00008b; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #333333; + --primary-cta: #007bff; + --secondary-cta: #cccccc; + --accent: #ff6347; + --background-accent: #f0f0f0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);