# Powerdocs Brand Identity A complete profile of **Powerdocs**'s visual system — colors, typography, components, and personality — extracted from https://powerdocs.so. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/powerdocs - Machine-readable JSON: https://characterquilt.com/branding/powerdocs.json - Per-page llms.txt: https://characterquilt.com/branding/powerdocs/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0000EE | | Accent | #0000EE | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #0000EE - accent: #0000EE - background: #FFFFFF - textPrimary: #000000 - link: #0000EE ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Logo: https://framerusercontent.com/images/8hzM25PwAUOOA59Nd2eMubVo8ME.png?scale-down-to=512 - Favicon: https://framerusercontent.com/images/kpmPLYGh7L0Ee0Vvm1gEFsI4zfs.png - Social card (og:image): https://framerusercontent.com/images/stqLsWKza05PuEdeWzVcI2wVICo.png ## UI Components - input: background=transparent, textColor=#000000, borderColor=null, borderRadius=0px, shadow=none - buttonPrimary: background=#000000, textColor=#0000EE, borderRadius=10px, shadow=none - buttonSecondary: background=#EEEEEE, textColor=#0000EE, borderRadius=100px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: government and public sector professionals ## Powerdocs Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Powerdocs — AI Copilot for Government RFPs & Public Tenders** - Image: https://framerusercontent.com/images/stqLsWKza05PuEdeWzVcI2wVICo.png - Source: https://powerdocs.so/ - **Powerdocs — AI Copilot for Government RFPs & Public Tenders** - Image: https://framerusercontent.com/images/cdUbRX89wG18NQy8TuSxOGGOU.png?scale-down-to=2048&width=2924&height=1614 - Source: https://powerdocs.so/ - **Powerdocs — AI Copilot for Government RFPs & Public Tenders** - Image: https://framerusercontent.com/images/ODFVK9UJz7ZGoSzHzjbkKHybhc4.png?scale-down-to=512&width=1024&height=1024 - Source: https://powerdocs.so/ - **Powerdocs — AI Copilot for Government RFPs & Public Tenders** - Image: https://framerusercontent.com/images/J95qkjX1baJrpgHtcpW8LVxh9Y.png?scale-down-to=512&width=2210&height=2210 - Source: https://powerdocs.so/ - **Powerdocs — AI Copilot for Government RFPs & Public Tenders** - Image: https://framerusercontent.com/images/GSTh5kl7WLwhEklpwL4CLdYYizI.png?scale-down-to=512&width=2124&height=2124 - Source: https://powerdocs.so/ - **Powerdocs — AI Copilot for Government RFPs & Public Tenders** - Image: https://framerusercontent.com/images/vg1N6Mgnfh6PCoFyZrVIJfEX0.png?scale-down-to=512&width=2000&height=2000 - Source: https://powerdocs.so/ ## 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": "Inter", "role": "body" } ], "colors": { "primary": "#0000EE", "accent": "#0000EE", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#0000EE" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter", "sans-serif" ], "body": [ "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "50px", "h2": "32px", "body": "15px" } }, "spacing": { "baseUnit": 4, "borderRadius": "15px" }, "components": { "input": { "background": "transparent", "textColor": "#000000", "borderColor": null, "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#000000", "textColor": "#0000EE", "borderRadius": "10px", "borderRadiusCorners": { "topLeft": "10px", "topRight": "10px", "bottomRight": "10px", "bottomLeft": "10px" }, "shadow": "none" }, "buttonSecondary": { "background": "#EEEEEE", "textColor": "#0000EE", "borderRadius": "100px", "borderRadiusCorners": { "topLeft": "100px", "topRight": "100px", "bottomRight": "100px", "bottomLeft": "100px" }, "shadow": "none" } }, "images": { "logo": "https://framerusercontent.com/images/8hzM25PwAUOOA59Nd2eMubVo8ME.png?scale-down-to=512", "favicon": "https://framerusercontent.com/images/kpmPLYGh7L0Ee0Vvm1gEFsI4zfs.png", "ogImage": "https://framerusercontent.com/images/stqLsWKza05PuEdeWzVcI2wVICo.png", "logoHref": "./archive/old-pd-home" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is located in the header, is visible, and matches the brand inferred from the URL and page title.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Sign Up", "reasoning": "Button #0 with text 'Sign Up' has a dark background (#000000) and is likely the primary CTA due to its prominence and action-oriented text." }, "secondary": { "index": 2, "text": "Get Demo", "reasoning": "Button #2 with text 'Get Demo' has a different background color (#EEEEEE) and serves as a secondary action, offering an alternative engagement option." }, "confidence": 0.9 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "government and public sector professionals" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and matches the brand inferred from the URL and page title.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```