# Boost Biomes Brand Identity A complete profile of **Boost Biomes**'s visual system — colors, typography, components, and personality — extracted from http://boostbiomes.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/boost-biomes - Machine-readable JSON: https://characterquilt.com/branding/boost-biomes.json - Per-page llms.txt: https://characterquilt.com/branding/boost-biomes/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #81B341 | | Accent | #374555 | | Body Font | Libre Franklin | | Heading Font | Georgia | ## Color Palette - primary: #81B341 - secondary: #304318 - accent: #374555 - background: #F4F4F4 - textPrimary: #374555 - link: #374555 ## Typography - primary: Libre Franklin — https://fonts.google.com/specimen/Libre+Franklin - heading: Georgia — https://fonts.google.com/specimen/Georgia ## Visual Assets - Logo: https://boostbiomes.com/assets/logo-large.svg - Favicon: https://boostbiomes.com/assets/favicon/apple-touch-icon.png - Social card (og:image): /assets/og.png ## Brand Personality Tone: professional · Energy: medium · Audience: scientific and environmental sectors ## Boost Biomes Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Boost Biomes: Engineering microbiomes for a sustainable future** - Image: https://boostbiomes.com/assets/og.png - Source: https://boostbiomes.com/ - **Boost Biomes announces close of Series A and co-development agreement with lead investor, Yara International, for biostimulants products** - Image: https://mma.prnewswire.com/media/1196368/boost_biomes_Logo.jpg?p=facebook - Source: https://www.prnewswire.com/news-releases/boost-biomes-announces-close-of-series-a-and-co-development-agreement-with-lead-investor-yara-international-for-biostimulants-products-301083767.html - **Agrifood Conversations: Boost Biomes** - Image: https://i.ytimg.com/vi/vp_z537xwsY/maxresdefault.jpg - Source: https://www.youtube.com/watch?v=vp_z537xwsY - **Boost Biomes announces extension of Series A with new investor, Universal Materials Incubator** - Image: https://mma.prnewswire.com/media/1196368/boost_biomes_Logo.jpg?p=twitter - Source: https://www.prnewswire.com/news-releases/boost-biomes-announces-extension-of-series-a-with-new-investor-universal-materials-incubator-301187215.html - **Pokémon Scarlet & Violet: All Starter Pokémon Locations In The Indigo Disk | Nintendo Life** - Image: https://images.nintendolife.com/33055f19f5256/biodiversity-boost.large.jpg - Source: https://www.nintendolife.com/guides/pokemon-scarlet-and-violet-all-starter-pokemon-locations-in-the-indigo-disk - **Webinar: Boost Biomes: Harnessing the Full Potential of Microbiomes: New Approaches to Crop Protection » iSelect Fund** - Image: https://www.iselectfund.com/wp-content/uploads/2020/07/Agrifood-boostbiomes.jpg - Source: https://www.iselectfund.com/cowebinars/boost-biomes-harnessing-the-full-potential-of-microbiomes-new-approaches-to-crop-protection/ ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Libre Franklin", "role": "body" }, { "family": "Georgia", "role": "heading" } ], "colors": { "primary": "#81B341", "secondary": "#304318", "accent": "#374555", "background": "#F4F4F4", "textPrimary": "#374555", "link": "#374555" }, "typography": { "fontFamilies": { "primary": "Libre Franklin", "heading": "Georgia" }, "fontStacks": { "heading": [ "Libre Franklin", "Helvetica", "sans-serif" ], "body": [ "Libre Franklin", "Helvetica", "sans-serif" ], "paragraph": [ "Libre Franklin", "Helvetica", "sans-serif" ] }, "fontSizes": { "h1": "48px", "h2": "69px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": {}, "images": { "logo": "https://boostbiomes.com/assets/logo-large.svg", "favicon": "https://boostbiomes.com/assets/favicon/apple-touch-icon.png", "ogImage": "/assets/og.png" }, "__llm_logo_reasoning": { "selectedIndex": 1, "reasoning": "Selected #1 because it is visible, larger, and matches the brand name 'Boost Biomes'. It is also a clear logo image located in the body, which is more prominent than the invisible header candidate.", "confidence": 0.85, "source": "llm" }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "scientific and environmental sectors" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 1, "selectedLogoReasoning": "Selected #1 because it is visible, larger, and matches the brand name 'Boost Biomes'. It is also a clear logo image located in the body, which is more prominent than the invisible header candidate.", "confidence": 0.85 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```