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

This commit is contained in:
2026-02-02 10:24:43 +02:00
parent d51ce9c2a8
commit 7c878ef767
4 changed files with 179 additions and 78 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: #f5d079;;
--card: #eac263;;
--foreground: #442c0a;;
--primary-cta: #d1911b;;
--secondary-cta: #8b572a;;
--accent: #d1911b;;
--background-accent: #fff7e6;;
--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;
}