# SoundFocus Brand Identity A complete profile of **SoundFocus**'s visual system — colors, typography, components, and personality — extracted from http://soundfocus.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/soundfocus - Machine-readable JSON: https://characterquilt.com/branding/soundfocus.json - Per-page llms.txt: https://characterquilt.com/branding/soundfocus/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #29ABE2 | | Accent | #8CC63F | | Body Font | Arial | | Heading Font | Georgia | ## Color Palette - primary: #29ABE2 - secondary: #758087 - accent: #8CC63F - background: #FFFFFF - textPrimary: #000000 - link: #8CC63F ## Typography - primary: Arial — https://fonts.google.com/specimen/Arial - heading: Georgia — https://fonts.google.com/specimen/Georgia ## Visual Assets - Logo: https://soundfocus.dk/images/logo_white_text.png ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## SoundFocus Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Stream Acrobat | SoundFocus 112 | Oct 2024 by Acrobat | Listen online for free on SoundCloud** - Image: https://i1.sndcdn.com/artworks-BhLrud047GeXql67-XWFuzA-t500x500.jpg - Source: https://soundcloud.com/acrobat/soundfocus-112 - **Acrobat | SoundFocus 109 | Jul… - Acrobat - Apple 팟캐스트** - Image: https://is1-ssl.mzstatic.com/image/thumb/Podcasts211/v4/8a/7a/9c/8a7a9c59-afad-ef18-e92f-fe276c7f1ac6/mza_7428064375414628387.jpg/1200x1200bf.webp - Source: https://podcasts.apple.com/us/podcast/acrobat-soundfocus-109-jul-2024/id1082273574?i=1000663940131&l=ko - **Stream Acrobat | SoundFocus 110 | Aug 2024 by Acrobat | Listen online for free on SoundCloud** - Image: https://i1.sndcdn.com/artworks-oh6bKXXTzKedNyW7-Wyoy5w-t500x500.jpg - Source: https://soundcloud.com/acrobat/soundfocus-110 - **Soundfocus Digital Ltd (https://sf.digital) Reviews | Read Customer Service Reviews of sf.digital** - Image: https://s3-eu-west-1.amazonaws.com/tpd/logos/61f2974ae7c42738ebb9a60b/0x0.png - Source: https://www.trustpilot.com/review/sf.digital - **SF.DIGITAL | Create amazing websites** - Image: https://images.squarespace-cdn.com/content/v1/535522c9e4b0ecf5755f4156/9383c335-d235-4ef7-a5ae-f312c03985c0/breadcrumbs-highlighted-fashion-23.jpg - Source: https://sf.digital/ ## 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": "Arial", "role": "body" }, { "family": "Helvetica", "role": "body" }, { "family": "Helvetica Neue", "role": "body" }, { "family": "Georgia", "role": "heading" }, { "family": "Palatino", "role": "heading" } ], "colors": { "primary": "#29ABE2", "secondary": "#758087", "accent": "#8CC63F", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#8CC63F" }, "typography": { "fontFamilies": { "primary": "Arial", "heading": "Georgia" }, "fontStacks": { "heading": [ "Arial", "Helvetica", "sans-serif" ], "body": [ "Arial", "Helvetica", "sans-serif" ], "paragraph": [ "Georgia", "Palatino", "Times", "Times New Roman", "serif" ] }, "fontSizes": { "h1": "14px", "h2": "14px", "body": "14px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": {}, "images": { "logo": "https://soundfocus.dk/images/logo_white_text.png", "favicon": null, "ogImage": null, "logoHref": "index.html" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is the only visible logo candidate, matches the brand inferred from the URL, and is located at the top of the page.", "confidence": 0.8, "source": "llm" }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is the only visible logo candidate, matches the brand inferred from the URL, and is located at the top of the page.", "confidence": 0.8 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```