# Ozone Brand Identity A complete profile of **Ozone**'s visual system — colors, typography, components, and personality — extracted from https://ozone.pro. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/ozone - Machine-readable JSON: https://characterquilt.com/branding/ozone.json - Per-page llms.txt: https://characterquilt.com/branding/ozone/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #000000 | | Accent | #000000 | | Body Font | Times New Roman | | Heading Font | Times New Roman | ## Color Palette - primary: #000000 - accent: #000000 - background: #FFFFFF - textPrimary: #333333 - link: #000000 ## Typography - primary: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman - heading: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman ## Brand Personality Tone: professional · Energy: low · Audience: unknown ## Ozone Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Earth's ozone layer on course to be healed within decades, UN report finds | Ozone layer | The Guardian** - Image: https://i.guim.co.uk/img/media/76fa8680b22120ead8e551fc3c5b3d360d7e3db4/0_0_2048_1752/master/2048.jpg?width=445&dpr=1&s=none&crop=none - Source: https://www.theguardian.com/environment/2023/jan/09/ozone-layer-healed-within-decades-un-report - **Ozone App - Apps / Games Landing Page Template - Responsive HTML5 Template by GuppuBoss** - Image: https://s3.envato.com/files/228480513/Ozone%20Preview%20Images/Main%20Image.png - Source: https://themeforest.net/item/ozone-app-apps-games-landing-page-template-responsive-html5-template/20145901?srsltid=AfmBOoqCqDI29-qJ-hgkqgDc3_j-VcHxjfA-2NFk_XVEhz6XSUFLPPHv - **Fittings by Ozone — Makes Your World Go O** - Image: https://i.ytimg.com/vi/gzKqv2qKlYE/maxresdefault.jpg - Source: https://www.youtube.com/watch?v=gzKqv2qKlYE - **DOC) Report on the ozone layer** - Image: https://0.academia-photos.com/attachment_thumbnails/61445967/mini_magick20191206-31102-18w2p2s.png?1575695095 - Source: https://www.academia.edu/41208787/Report_on_the_ozone_layer - **World ozone day landing page template | Free Vector** - Image: https://img.freepik.com/free-vector/world-ozone-day-landing-page-template_23-2149031100.jpg - Source: https://www.freepik.com/free-vector/world-ozone-day-landing-page-template_16135419.htm ## 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": "Times New Roman", "role": "body" }, { "family": "Inter", "role": "body" } ], "colors": { "primary": "#000000", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#333333", "link": "#000000" }, "typography": { "fontFamilies": { "primary": "Times New Roman", "heading": "Times New Roman" }, "fontStacks": { "heading": [ "Inter", "sans-serif" ], "body": [ "Times New Roman" ], "paragraph": [ "Times New Roman" ] }, "fontSizes": { "h1": "12px", "h2": "12px", "body": "12px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": {}, "images": { "favicon": null, "ogImage": null }, "__llm_logo_reasoning": { "selectedIndex": -1, "reasoning": "No valid brand logo - only a tiny icon-sized candidate was available, which does not match the brand inferred from the URL or page title.", "confidence": 0.2, "rejected": true, "source": "llm" }, "personality": { "tone": "professional", "energy": "low", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "No valid brand logo - only a tiny icon-sized candidate was available, which does not match the brand inferred from the URL or page title.", "confidence": 0.2 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```