Bob AI: Updated theme to a professional light palette with Inter fon

This commit is contained in:
kudinDmitriyUp
2026-06-15 01:43:24 +00:00
parent b228135283
commit 34eae2d4bd

View File

@@ -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 */