Born near Gloucestershire, England, William Tyndale was a scholar and theologian
who dedicated his life to a singular mission: making the Bible accessible to
diff --git a/tailwind.config.ts b/tailwind.config.ts
index 814ad0c..5170373 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -17,14 +17,15 @@ export default {
},
extend: {
fontFamily: {
- 'montserrat': ['Montserrat', 'sans-serif'],
- 'display': ['Outfit', 'sans-serif'],
+ 'inter': ['Inter', 'sans-serif'],
+ 'display': ['Plus Jakarta Sans', 'sans-serif'],
},
colors: {
- // Trading-themed dark blues (similar to Home Pulse AI)
- 'trading-dark': '#0a1628',
- 'trading-blue': '#1e3a5f',
- 'trading-blue-light': '#3d5a7a',
+ // Woolnoth brand colors
+ 'brand-navy': '#24293e',
+ 'brand-grey': '#f4f4f6',
+ 'brand-slate': '#5c6f91',
+ 'brand-coral': '#e94f37',
// Shadcn color system
border: 'hsl(var(--border))',
@@ -67,9 +68,9 @@ export default {
sm: 'calc(var(--radius) - 4px)'
},
boxShadow: {
- 'glow-blue': '0 0 40px -10px rgba(59, 130, 246, 0.5)',
- 'glow-purple': '0 0 40px -10px rgba(168, 85, 247, 0.4)',
- 'glow-green': '0 0 40px -10px rgba(34, 197, 94, 0.5)',
+ 'glow-coral': '0 0 40px -10px rgba(233, 79, 55, 0.5)',
+ 'glow-slate': '0 0 40px -10px rgba(92, 111, 145, 0.4)',
+ 'glow-navy': '0 0 40px -10px rgba(36, 41, 62, 0.5)',
},
keyframes: {
'fade-up': {