aviro.json
Aviro Brand Identity
A complete profile of Aviro's visual system — colors, typography, components, and personality — extracted from https://www.aviro.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/aviro
- Machine-readable JSON: https://characterquilt.com/branding/aviro.json
- Per-page llms.txt: https://characterquilt.com/branding/aviro/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #99A1AF |
| Accent | #475569 |
| Body Font | GeistSans |
| Heading Font | Newsreader |
Color Palette
- primary: #99A1AF
- secondary: #0F172A
- accent: #475569
- background: #FCFCFC
- textPrimary: #1A1A1A
- link: #475569
Typography
- primary: GeistSans — https://fonts.google.com/specimen/GeistSans
- heading: Newsreader — https://fonts.google.com/specimen/Newsreader
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Aviro Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- "Aviro" animated infographic Ad
- Image:
- Source: https://www.youtube.com/watch?v=hO0vDzNxXkU
- Aviation Solutions
- Image:
- Source: https://avsos.ai/aviro-agents
- Aviro Bug & Insect Killer: Eliminate Ants, Roaches, Fleas & More (500ml) – Aviro Pest Control
- Image:
- Source: https://aviropestcontrol.com/products/aviro-bug-killer
- Aviro - Salient Advisory
- Image:
- Source: https://www.salientadvisory.com/innovator-directory/aviro/
- Aviro E16 Drone Specifications | PDF | Unmanned Aerial Vehicle | Pump
- Aviro Launches: Continuous Upskilling for Enterprise AI Agents | Fondo
- Image:
- Source: https://fondo.com/blog/aviro-launches
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.