From 34eae2d4bd28d23d16bf7dd1542f4b9cbbca22fa Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 01:43:24 +0000 Subject: [PATCH] Bob AI: Updated theme to a professional light palette with Inter fon --- src/index.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/index.css b/src/index.css index 14d4299..ca38680 100644 --- a/src/index.css +++ b/src/index.css @@ -1,19 +1,19 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); @import "tailwindcss"; @import "./styles/masks.css"; @import "./styles/animations.css"; :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #111111; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #f9ca24; - --primary-cta-text: #111111; - --secondary-cta: #333333; - --secondary-cta-text: #f5f5f5; - --accent: #f9ca24; - --background-accent: #222222; + --background: #ffffff; + --card: #f8f9fa; + --foreground: #111111; + --primary-cta: #15479c; + --primary-cta-text: #ffffff; + --secondary-cta: #e63946; + --secondary-cta-text: #ffffff; + --accent: #15479c; + --background-accent: #f1f3f5; /* @layout/border-radius/rounded */ --radius: 0.5rem; @@ -88,8 +88,8 @@ --color-background-accent: var(--background-accent); /* Fonts */ - --font-sans: 'Inter Tight', sans-serif; - --font-tight: "Inter Tight", sans-serif; + --font-sans: 'Inter', sans-serif; + --font-tight: "Inter", sans-serif; --font-mono: monospace; /* Border Radius */ -- 2.49.1