Bob AI: change the team section title to Meet Our Expert T...

This commit is contained in:
2026-02-02 09:55:13 +02:00
parent e33c0af6c1
commit 4570c7563a
4 changed files with 177 additions and 70 deletions

View File

@@ -1,16 +1,17 @@
@import "tailwindcss";
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;500;600;700&display=swap');
:root {
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f0e1d2;;
--card: #d7c1ab;;
--foreground: #332d26;;
--primary-cta: #a07b58;;
--secondary-cta: #8b6e55;;
--accent: #e6a066;;
--background-accent: #f7d9b8;;
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #2bb889;;
--secondary-cta: #ffffff;;
--accent: #09b97e;;
--background-accent: #a8e8c3;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);
@@ -520,7 +521,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: 'Merriweather', sans-serif;
font-family: var(--font-manrope), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -533,5 +534,5 @@ h3,
h4,
h5,
h6 {
font-family: 'Merriweather', sans-serif;
font-family: var(--font-manrope), sans-serif;
}