llms.txt

Albiware Inc. Brand Identity

A complete profile of Albiware Inc.'s visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #FF861E
Accent #FF861E
Body Font Poppins
Heading Font Trueno Light

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: businesses in restoration management

Albiware Inc. Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Agent Instructions that you can follow if you have permission to use the fonts:

  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.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
 {
 "family": "Poppins",
 "role": "body"
 },
 {
 "family": "Trueno Light",
 "role": "heading"
 },
 {
 "family": "Trueno SemiBold",
 "role": "heading"
 }
 ],
 "colors": {
 "primary": "#FF861E",
 "secondary": "#2463EB",
 "accent": "#FF861E",
 "background": "#FFFFFF",
 "textPrimary": "#262A5E",
 "link": "#262A5E"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Poppins",
 "heading": "Trueno Light"
 },
 "fontStacks": {
 "heading": [
 "Poppins",
 "sans-serif"
 ],
 "body": [
 "Poppins",
 "sans-serif"
 ],
 "paragraph": [
 "Poppins",
 "sans-serif"
 ]
 },
 "fontSizes": {
 "h1": "14.4px",
 "h2": "60px",
 "body": "17.6px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "4px"
 },
 "components": {
 "input": {
 "background": "#FFFFFF",
 "textColor": "#000000",
 "borderColor": null,
 "borderRadius": "3px",
 "borderRadiusCorners": {
 "topLeft": "3px",
 "topRight": "3px",
 "bottomRight": "3px",
 "bottomLeft": "3px"
 },
 "shadow": "none"
 },
 "buttonPrimary": {
 "background": "#FF861E",
 "textColor": "#FFFFFF",
 "borderRadius": "26px",
 "borderRadiusCorners": {
 "topLeft": "26px",
 "topRight": "26px",
 "bottomRight": "26px",
 "bottomLeft": "26px"
 },
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "#FFFFFF",
 "textColor": "#2463EB",
 "borderRadius": "10px",
 "borderRadiusCorners": {
 "topLeft": "10px",
 "topRight": "10px",
 "bottomRight": "10px",
 "bottomLeft": "10px"
 },
 "shadow": "rgba(0, 0, 0, 0.1) 6px 0px 24px 0px"
 }
 },
 "images": {
 "logo": "https://albiware.com/wp-content/uploads/AllWhite_Icon_AlbiText.svg",
 "favicon": "https://albiware.com/wp-content/themes/p1ws-subcore/library/images/favicons/apple-touch-icon-57x57.png",
 "ogImage": "https://albiware.com/wp-content/uploads/albi_1200x630.png",
 "logoHref": "https://albiware.com",
 "logoAlt": "Albiware"
 },
 "personality": {
 "tone": "professional",
 "energy": "medium",
 "targetAudience": "businesses in restoration management"
 },
 "designSystem": {
 "framework": "custom",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0.95,
 "colors": 0.9,
 "overall": 0.925
 }
}