llms.txt

CareOasis Brand Identity

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

Quick Facts

Field Value
Primary #003278
Accent #003278
Body Font Jost
Heading Font Jost

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: Family caregivers in Ohio

CareOasis Brand in the Wild

Working with these fonts

Not found on Google 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": "Jost",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#003278",
  "secondary": "#FEF6DD",
  "accent": "#003278",
  "background": "#FFFFFF",
  "textPrimary": "#003278",
  "link": "#003278"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Jost",
   "heading": "Jost"
  },
  "fontStacks": {
   "heading": [
    "Jost"
   ],
   "body": [
    "Jost"
   ],
   "paragraph": [
    "Jost"
   ]
  },
  "fontSizes": {
   "h1": "60px",
   "h2": "48px",
   "body": "24px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "5px"
 },
 "components": {
  "input": {
   "background": "#FFFFFF",
   "textColor": "#111827",
   "borderColor": null,
   "borderRadius": "6px",
   "borderRadiusCorners": {
    "topLeft": "6px",
    "topRight": "6px",
    "bottomRight": "6px",
    "bottomLeft": "6px"
   },
   "shadow": "rgb(255, 255, 255) 0px 0px 0px 0px inset, rgb(209, 213, 219) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
  },
  "buttonPrimary": {
   "background": "#003278",
   "textColor": "#FFFFFF",
   "borderRadius": "24px",
   "borderRadiusCorners": {
    "topLeft": "24px",
    "topRight": "24px",
    "bottomRight": "24px",
    "bottomLeft": "24px"
   },
   "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px"
  },
  "buttonSecondary": {
   "background": "#D4EFFF",
   "textColor": "#000000",
   "borderRadius": "6px",
   "borderRadiusCorners": {
    "topLeft": "6px",
    "topRight": "6px",
    "bottomRight": "6px",
    "bottomLeft": "6px"
   },
   "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
  }
 },
 "images": {
  "logo": "https://thecareoasis.com/_next/static/media/COlogoblue.05~mwrb32ha-v.svg",
  "favicon": "https://thecareoasis.com/icon.png?icon.0tr2mh8qbid_3.png",
  "ogImage": "https://www.careoasis.com/assets/blog/hello-world/cover.jpg",
  "logoHref": "/",
  "logoAlt": "CareOasis"
 },
 "__llm_logo_reasoning": {
  "selectedIndex": 1,
  "reasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'CareOasis'.",
  "confidence": 0.9,
  "source": "llm"
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 3,
   "text": "Check Eligibility",
   "reasoning": "Button #3 ('Check Eligibility') uses a vibrant brand color (#003278) and has action-oriented text, making it the primary CTA."
  },
  "secondary": {
   "index": 2,
   "text": "Subscribe",
   "reasoning": "Button #2 ('Subscribe') has a different background color (#D4EFFF) and serves as a secondary action, suitable for a less immediate CTA."
  },
  "confidence": 0.95
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "Family caregivers in Ohio"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 },
 "__llm_metadata": {
  "logoSelection": {
   "llmCalled": true,
   "llmSucceeded": true,
   "finalSource": "llm",
   "rawLogoSelection": {
    "selectedLogoIndex": 1,
    "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'CareOasis'.",
    "confidence": 0.9
   }
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}