/* ============================================================ BARESPACE THEMES ------------------------------------------------------------ 10 prebuilt looks. Picking one swaps fonts, palette, hero style and corner shape — all from the SAME template engine. A theme sets the design; the salon's brand colour can still override the accent on top. ============================================================ */ window.BARESPACE_THEMES = [ { id: "boutique-wine", name: "Boutique Wine", vibe: "Elegant salon · serif headlines, deep wine", fontsUrl: "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Montserrat:wght@300;400;500;600&display=swap", heading: "'Cormorant Garamond', Georgia, serif", body: "'Montserrat', sans-serif", accent: "#7c1d3a", ink: "#1c1c1a", warm: "#faf6f2", radius: "2px", hero: "image", caps: false, }, { id: "modern-mono", name: "Modern Mono", vibe: "Bold & minimal · black/white, square edges", fontsUrl: "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap", heading: "'Montserrat', sans-serif", body: "'Montserrat', sans-serif", accent: "#111111", ink: "#111111", warm: "#f4f4f5", radius: "0", hero: "solid", caps: true, }, { id: "soft-sage", name: "Soft Sage", vibe: "Calm & airy · sage green, rounded", fontsUrl: "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Montserrat:wght@300;400;500;600&display=swap", heading: "'Cormorant Garamond', Georgia, serif", body: "'Montserrat', sans-serif", accent: "#7f9a7a", ink: "#2b2f2a", warm: "#f4f7f2", radius: "999px", hero: "light", caps: false, }, { id: "gold-luxe", name: "Gold Luxe", vibe: "High-end · black & gold, Playfair serif", fontsUrl: "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600&family=Jost:wght@300;400;500&display=swap", heading: "'Playfair Display', Georgia, serif", body: "'Jost', sans-serif", accent: "#c4a052", ink: "#14110f", warm: "#faf7f1", radius: "0", hero: "solid", caps: false, }, { id: "warm-editorial", name: "Warm Editorial", vibe: "Magazine feel · terracotta, Fraunces", fontsUrl: "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@300;400;500&display=swap", heading: "'Fraunces', Georgia, serif", body: "'Inter', sans-serif", accent: "#c2674a", ink: "#2a2320", warm: "#fbf3ec", radius: "4px", hero: "image", caps: false, }, { id: "clean-studio", name: "Clean Studio", vibe: "Neutral & refined · gold-tan accent", fontsUrl: "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@300;400;500;600&display=swap", heading: "'Cormorant Garamond', Georgia, serif", body: "'Montserrat', sans-serif", accent: "#b08d57", ink: "#1c1c1a", warm: "#fafaf8", radius: "2px", hero: "image", caps: false, }, { id: "blush-beauty", name: "Blush Beauty", vibe: "Soft & friendly · rose pink, rounded", fontsUrl: "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Montserrat:wght@300;400;500;600&display=swap", heading: "'Playfair Display', Georgia, serif", body: "'Montserrat', sans-serif", accent: "#c47f8e", ink: "#3a2c2f", warm: "#fdf5f4", radius: "999px", hero: "light", caps: false, }, { id: "coastal-calm", name: "Coastal Calm", vibe: "Spa & wellness · muted teal, soft corners", fontsUrl: "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400;500&display=swap", heading: "'Cormorant Garamond', Georgia, serif", body: "'Inter', sans-serif", accent: "#5b8a9a", ink: "#1f2a2e", warm: "#f1f6f7", radius: "8px", hero: "image", caps: false, }, { id: "bold-barber", name: "Bold Barber", vibe: "Barbershop · charcoal, amber, condensed caps", fontsUrl: "https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap", heading: "'Oswald', sans-serif", body: "'Inter', sans-serif", accent: "#d98324", ink: "#1a1a1a", warm: "#f3f1ee", radius: "0", hero: "solid", caps: true, }, { id: "botanical", name: "Botanical", vibe: "Organic & natural · forest green, cream", fontsUrl: "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Montserrat:wght@300;400;500;600&display=swap", heading: "'Cormorant Garamond', Georgia, serif", body: "'Montserrat', sans-serif", accent: "#4a6b4d", ink: "#1f2a1f", warm: "#f3f6f0", radius: "4px", hero: "image", caps: false, }, { id: "studio-noir", name: "Studio Noir", vibe: "Edgy & modern · black + neon, kinetic type (barbers, modern studios)", fontsUrl: "https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@300;400;500;600&display=swap", heading: "'Anton', Impact, sans-serif", body: "'Inter', sans-serif", accent: "#5BE85B", ink: "#f4f5f3", warm: "#0c0d0c", bg: "#070807", soft: "#101110", card: "#141514", muted: "#9aa39a", line: "rgba(255,255,255,0.10)", radius: "0", hero: "image", caps: true, }, ];