Align site copy and structure with client foundation brief
Add About, Mission, What We Do, Events, and Contact pages; update hero, footer, nav, EIN 33-4887159, and [email protected]; warm cream/beige palette and faith-centered messaging for LA County outreach. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
--mim-brand-green-mid: #2d6b5c;
|
||||
--mim-brand-gold: #c5a059;
|
||||
--mim-brand-gold-bright: #d4af37;
|
||||
--mim-cream: #faf8f5;
|
||||
--mim-warm-beige: #f5f0e8;
|
||||
--mim-warm-white: #fffefb;
|
||||
--mim-focus-ring: var(--mim-brand-gold);
|
||||
--mim-shadow-brand: rgba(26, 60, 52, 0.28);
|
||||
--mim-shadow-gold: rgba(197, 160, 89, 0.32);
|
||||
@@ -49,6 +52,36 @@
|
||||
body {
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
|
||||
font-feature-settings: 'rlig' 1, 'calt' 1;
|
||||
background-color: var(--mim-cream);
|
||||
background-image: linear-gradient(
|
||||
180deg,
|
||||
var(--mim-warm-white) 0%,
|
||||
var(--mim-cream) 40%,
|
||||
var(--mim-warm-beige) 100%
|
||||
);
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.dark body,
|
||||
body.dark {
|
||||
background: #0a0f0e;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.mim-warm-section {
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
rgba(250, 248, 245, 0.6) 0%,
|
||||
rgba(245, 240, 232, 0.9) 100%
|
||||
);
|
||||
}
|
||||
|
||||
.dark .mim-warm-section {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.foundation-page .section-title {
|
||||
font-family: "Playfair Display", Georgia, serif;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
||||
Reference in New Issue
Block a user